Adds CONFIG_OF_BOARD_SETUP to the config header files for dra7xx_evm and am57xx_evm.
Signed-off-by: Daniel Allred <[email protected]> Signed-off-by: Madan Srinivas <[email protected]> --- include/configs/am57xx_evm.h | 3 +++ include/configs/dra7xx_evm.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index 1fffdb1..5e629a6 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -20,6 +20,9 @@ #define CONFIG_BOARD_EARLY_INIT_F +/* Linux interfacing, DTB/FDT fixups */ +#define CONFIG_OF_BOARD_SETUP + #define CONFIG_NR_DRAM_BANKS 2 #define CONFIG_ENV_SIZE (64 << 10) diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 7734e8d..25b03b3 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -15,6 +15,9 @@ #define CONFIG_DRA7XX #define CONFIG_BOARD_EARLY_INIT_F +/* Linux interfacing, DTB/FDT fixups */ +#define CONFIG_OF_BOARD_SETUP + #ifdef CONFIG_SPL_BUILD #define CONFIG_IODELAY_RECALIBRATION #endif -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

