summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h')
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
deleted file mode 100644
index 3e6fa90b55..0000000000
--- a/c/src/lib/libbsp/powerpc/qoriq/include/u-boot-config.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2010-2015 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Dornierstr. 4
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H
-#define LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H
-
-#include <bspopts.h>
-
-#define U_BOOT_BOARD_INFO_TEXT_SECTION __attribute__((section(".bsp_start_text")))
-
-#define U_BOOT_BOARD_INFO_DATA_SECTION __attribute__((section(".bsp_start_data")))
-
-#define CONFIG_E500
-#define CONFIG_HAS_ETH1
-#define CONFIG_HAS_ETH2
-
-#endif /* LIBBSP_POWERPC_QORIQ_U_BOOT_CONFIG_H */