[U-Boot] [PATCH 3/3] configs: k2hk_hs_evm: Resync defconfig with non-HS defconfig
Lokesh Vutla
lokeshvutla at ti.com
Sun Mar 25 04:01:23 UTC 2018
On Friday 23 March 2018 02:14 AM, Andrew F. Davis wrote:
> Signed-off-by: Andrew F. Davis <afd at ti.com>
> ---
> configs/k2hk_hs_evm_defconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/configs/k2hk_hs_evm_defconfig b/configs/k2hk_hs_evm_defconfig
> index 09ac21e8f3..1cca0caef8 100644
> --- a/configs/k2hk_hs_evm_defconfig
> +++ b/configs/k2hk_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
I understand you just synced with gp defconfig, but wondering why we
require DTB_RESELECT for k2hk? If not required we should probably
disable it in gp as well.
Thanks and regards,
Lokesh
> CONFIG_ENV_IS_IN_NAND=y
> CONFIG_NET_RANDOM_ETHADDR=y
> CONFIG_DM=y
>
More information about the U-Boot
mailing list