summaryrefslogtreecommitdiffstats
path: root/bsps/include/bsp/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/bsp/u-boot.h')
-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" {