[U-Boot] [PATCH v2] ARM: AM437x: Sync defconfig between GP and HS EVM
Andreas Dannenberg
dannenberg at ti.com
Thu Jun 16 21:54:26 CEST 2016
On Thu, Jun 16, 2016 at 03:42:31PM -0400, Madan Srinivas wrote:
> Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for
> AM437x HS EVMs. This syncs up the config options between
> GP and HS EVMs.
>
> Signed-off-by: Madan Srinivas <madans at ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com>
Tested-by: Andreas Dannenberg <dannenberg at ti.com>
> ---
> Changes in v2:
> Rebased patch to apply without errors on u-boot master branch.
>
> configs/am437x_hs_evm_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
> index b4f7c77..73e894a 100644
> --- a/configs/am437x_hs_evm_defconfig
> +++ b/configs/am437x_hs_evm_defconfig
> @@ -10,7 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
> CONFIG_SPL=y
> CONFIG_SPL_STACK_R=y
> CONFIG_FIT=y
> -CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
> +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1, NAND"
> CONFIG_SPL_LOAD_FIT=y
> CONFIG_HUSH_PARSER=y
> CONFIG_CMD_BOOTZ=y
> --
> 1.9.1
>
More information about the U-Boot
mailing list