Message ID | 1460417838-22343-16-git-send-email-d-allred@ti.com |
---|---|
State | New |
Headers | show |
On Mon, Apr 11, 2016 at 06:37:17PM -0500, Daniel Allred wrote: > Adds CONFIG_OF_BOARD_SETUP to the config header files > for dra7xx_evm and am57xx_evm. > > Signed-off-by: Daniel Allred <d-allred@ti.com> > Signed-off-by: Madan Srinivas <madans@ti.com> Successfully boot-tested this patch on actual DRA72x HS and DRA74x HS hardware. Tested-by: Andreas Dannenberg <dannenberg@ti.com> -- Andreas Dannenberg Texas Instruments Inc _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
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