summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 11:01:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 14:31:36 +0200
commitf7eaf3167cf3e2ca4bc5ccc866fb0f24fefe1b4c (patch)
tree95d94c2dc967409993523bca34eb17341acfef16 /bsps
parentbsp/beagle: Move source files to bsps (diff)
downloadrtems-f7eaf3167cf3e2ca4bc5ccc866fb0f24fefe1b4c.tar.bz2
bsps: Remove unused u-boot-generic-board-info.h
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/include/bsp/u-boot.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bsps/include/bsp/u-boot.h b/bsps/include/bsp/u-boot.h
index 866cd9bbb0..0f567c1850 100644
--- a/bsps/include/bsp/u-boot.h
+++ b/bsps/include/bsp/u-boot.h
@@ -34,11 +34,7 @@
typedef unsigned long phys_size_t;
#endif
-#ifdef U_BOOT_GENERIC_BOARD_INFO
- #include <bsp/u-boot-generic-board-info.h>
-#else
- #include <bsp/u-boot-board-info.h>
-#endif
+#include <bsp/u-boot-board-info.h>
#ifdef __cplusplus
extern "C" {