[U-Boot] [PATCH] kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Masahiro Yamada
CONFIG_SPL is defined as a primary option in Kconfig. It should not be added to CONFIG_SYS_EXTRA_OPTIONS. Signed-off-by: Masahiro Yamada --- configs/A10-OLinuXino-Lime_defconfig | 2 +- configs/A10s-OLinuXino-M_defconfig| 2 +- configs/A13-OLinuXinoM_defconfig | 2 +- configs/A13-OLin

Re: [U-Boot] [PATCH] kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Ian Campbell
On Sun, 2014-08-31 at 22:32 +0900, Masahiro Yamada wrote: > CONFIG_SPL is defined as a primary option in Kconfig. > It should not be added to CONFIG_SYS_EXTRA_OPTIONS. > > Signed-off-by: Masahiro Yamada Looks good to me. Build tested on Cubietruck (in an airport, so no runtime test). Acked-by:

Re: [U-Boot] [PATCH] kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

2014-09-02 Thread Ian Campbell
On Sun, 2014-08-31 at 15:44 +0100, Ian Campbell wrote: > On Sun, 2014-08-31 at 22:32 +0900, Masahiro Yamada wrote: > > CONFIG_SPL is defined as a primary option in Kconfig. > > It should not be added to CONFIG_SYS_EXTRA_OPTIONS. > > > > Signed-off-by: Masahiro Yamada > > Looks good to me. Build