[U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig
Tom Rini
trini at konsulko.com
Tue Jun 23 16:23:43 CEST 2015
On Mon, Jun 22, 2015 at 04:15:27PM -0500, Joe Hershberger wrote:
> This config defined a CONS_INDEX as a config but did not define it in
> any Kconfig, so savedefconfig will delete that entry. Use
> CONFIG_SYS_EXTRA_OPTIONS for now until that is added to Kconfig.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> configs/am335x_baltos_defconfig | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig
> index 679b04f..030cb51 100644
> --- a/configs/am335x_baltos_defconfig
> +++ b/configs/am335x_baltos_defconfig
> @@ -1,7 +1,6 @@
> CONFIG_SPL=y
> CONFIG_SPL_STACK_R=y
> CONFIG_SPL_STACK_R_ADDR=0x82000000
> -CONFIG_SYS_EXTRA_OPTIONS="NAND"
> -CONFIG_CONS_INDEX=1
> +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND"
> CONFIG_ARM=y
> CONFIG_TARGET_AM335X_BALTOS=y
No, something else is wrong. board/vscom/baltos/Kconfig has CONS_INDEX
(like the other am335x boards and yes this needs moving to a better
place).
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150623/ed47950f/attachment.sig>
More information about the U-Boot
mailing list