Hi Masahiro, On 26 September 2014 03:40, Masahiro Yamada <[email protected]> wrote: > CONFIG_SPL should not be enabled for boards that do not have SPL. > CONFIG_SUPPORT_SPL introduced by this commit should be "select"ed > by boards with SPL support and CONFIG_SPL should depend on it. > > Signed-off-by: Masahiro Yamada <[email protected]> > --- > > Changes in v2: None > > Kconfig | 4 ++++ > arch/arm/Kconfig | 44 > ++++++++++++++++++++++++++++++++++ > arch/arm/cpu/arm926ejs/davinci/Kconfig | 4 ++++ > arch/arm/cpu/armv7/exynos/Kconfig | 7 ++++++ > arch/arm/cpu/armv7/omap3/Kconfig | 16 +++++++++++++ > arch/microblaze/Kconfig | 1 + > arch/powerpc/cpu/mpc5xxx/Kconfig | 1 + > arch/powerpc/cpu/mpc83xx/Kconfig | 1 + > arch/powerpc/cpu/mpc85xx/Kconfig | 12 ++++++++++ > arch/powerpc/cpu/ppc4xx/Kconfig | 1 + > 10 files changed, 91 insertions(+)
This looks right for the tegra and exynos boards. Acked-by: Simon Glass <[email protected]> I'd like to get my exynos series in first though (I have one review comment from Minkyu on the latest rev, so will respin). Regards, Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

