diff options
author | Andrew F. Davis <afd@ti.com> | 2018-03-22 15:44:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 20:45:44 -0400 |
commit | 9b7a6fdf4233544e0aad2f5143936db56a60f546 (patch) | |
tree | 2b8e297c1e8d7f86e6f5595a94ae8bbe7a3cab90 /configs/k2e_hs_evm_defconfig | |
parent | 24f521d61eb8a26ed70c5a0f262791018565c83f (diff) | |
download | u-boot-9b7a6fdf4233544e0aad2f5143936db56a60f546.tar.gz |
configs: k2e_hs_evm: Resync defconfig with non-HS defconfig
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'configs/k2e_hs_evm_defconfig')
-rw-r--r-- | configs/k2e_hs_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/k2e_hs_evm_defconfig b/configs/k2e_hs_evm_defconfig index a79ce6060f..6224222129 100644 --- a/configs/k2e_hs_evm_defconfig +++ b/configs/k2e_hs_evm_defconfig @@ -11,6 +11,7 @@ CONFIG_OF_BOARD_SETUP=y # CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y +CONFIG_BOARD_EARLY_INIT_F=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_GPIO is not set # CONFIG_CMD_GPT is not set @@ -21,6 +22,8 @@ CONFIG_MTDIDS_DEFAULT="nand0=davinci_nand.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,-(ubifs)" CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y +CONFIG_DTB_RESELECT=y +CONFIG_MULTI_DTB_FIT=y CONFIG_ENV_IS_IN_NAND=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y |