of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
As we discussed a couple of times, negative CONFIG options make our life difficult; CONFIG_SYS_NO_FLASH, CONFIG_SYS_DCACHE_OFF, ... and here is another one. Now, there are three boards enabling OF_CONTROL on SPL: - socfpga_arria5_defconfig - socfpga_cyclone5_defconfig - socfpga_socrates_defconfig This commit adds CONFIG_SPL_OF_CONTROL for them and deletes CONFIG_SPL_DISABLE_OF_CONTROL from the other boards to invert the logic. Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/arm/Kconfig 0 additions, 3 deletionsarch/arm/Kconfig
- arch/arm/cpu/armv7/s5pc1xx/Kconfig 0 additions, 2 deletionsarch/arm/cpu/armv7/s5pc1xx/Kconfig
- arch/arm/mach-exynos/Kconfig 0 additions, 8 deletionsarch/arm/mach-exynos/Kconfig
- arch/arm/mach-tegra/Kconfig 0 additions, 1 deletionarch/arm/mach-tegra/Kconfig
- common/spl/spl.c 1 addition, 1 deletioncommon/spl/spl.c
- configs/am335x_boneblack_vboot_defconfig 0 additions, 1 deletionconfigs/am335x_boneblack_vboot_defconfig
- configs/arches_defconfig 0 additions, 1 deletionconfigs/arches_defconfig
- configs/canyonlands_defconfig 0 additions, 1 deletionconfigs/canyonlands_defconfig
- configs/galileo_defconfig 0 additions, 1 deletionconfigs/galileo_defconfig
- configs/microblaze-generic_defconfig 0 additions, 1 deletionconfigs/microblaze-generic_defconfig
- configs/odroid_defconfig 0 additions, 1 deletionconfigs/odroid_defconfig
- configs/origen_defconfig 0 additions, 1 deletionconfigs/origen_defconfig
- configs/s5pc210_universal_defconfig 0 additions, 1 deletionconfigs/s5pc210_universal_defconfig
- configs/socfpga_arria5_defconfig 1 addition, 0 deletionsconfigs/socfpga_arria5_defconfig
- configs/socfpga_cyclone5_defconfig 1 addition, 0 deletionsconfigs/socfpga_cyclone5_defconfig
- configs/socfpga_socrates_defconfig 1 addition, 0 deletionsconfigs/socfpga_socrates_defconfig
- configs/trats2_defconfig 0 additions, 1 deletionconfigs/trats2_defconfig
- configs/trats_defconfig 0 additions, 1 deletionconfigs/trats_defconfig
- dts/Kconfig 3 additions, 3 deletionsdts/Kconfig
- include/config_uncmd_spl.h 1 addition, 1 deletioninclude/config_uncmd_spl.h
Loading
Please register or sign in to comment