bsps: Remove unused u-boot-generic-board-info.h

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-04-25 11:01:45 +02:00
parent 531d160672
commit f7eaf3167c
2 changed files with 1 additions and 137 deletions

View File

@@ -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" {