[U-Boot] [PATCH 1/3] treewide: rename CONFIG_SPL_SERIAL_SUPPORT to CONFIG_SPL_SERIAL
Simon Glass
sjg at chromium.org
Mon Sep 19 02:57:52 CEST 2016
Hi,
On 11 September 2016 at 08:21, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> We conventionally named SPL options in CONFIG_SPL_*_SUPPORT format,
> but the suffix _SUPPORT did not add any value. Besides, it prevents
> us from exploiting the CONFIG_IS_ENABLED() macro.
>
> If we move the option to defconfig files (that are often re-synced),
> the renaming would be more conflict-happy, so I want to do this now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> README | 2 +-
> common/Makefile | 2 +-
> common/spl/spl.c | 2 +-
> doc/README.SPL | 2 +-
> drivers/Makefile | 2 +-
> include/common.h | 2 +-
> include/configs/B4860QDS.h | 2 +-
> include/configs/BSC9131RDB.h | 2 +-
> include/configs/BSC9132QDS.h | 2 +-
> include/configs/C29XPCIE.h | 4 ++--
> include/configs/MPC8313ERDB.h | 2 +-
> include/configs/P1010RDB.h | 10 +++++-----
> include/configs/P1022DS.h | 8 ++++----
> include/configs/T102xQDS.h | 2 +-
> include/configs/T102xRDB.h | 2 +-
> include/configs/T104xRDB.h | 2 +-
> include/configs/T208xQDS.h | 2 +-
> include/configs/T208xRDB.h | 2 +-
> include/configs/T4240QDS.h | 2 +-
> include/configs/T4240RDB.h | 2 +-
> include/configs/a3m071.h | 2 +-
> include/configs/am3517_crane.h | 2 +-
> include/configs/am3517_evm.h | 2 +-
> include/configs/apf27.h | 2 +-
> include/configs/at91sam9m10g45ek.h | 2 +-
> include/configs/at91sam9n12ek.h | 2 +-
> include/configs/at91sam9x5ek.h | 2 +-
> include/configs/bur_am335x_common.h | 2 +-
> include/configs/clearfog.h | 2 +-
> include/configs/cm_t35.h | 2 +-
> include/configs/corvus.h | 2 +-
> include/configs/da850evm.h | 2 +-
> include/configs/db-88f6720.h | 2 +-
> include/configs/db-88f6820-gp.h | 2 +-
> include/configs/db-mv784mp-gp.h | 2 +-
> include/configs/devkit3250.h | 2 +-
> include/configs/ds414.h | 2 +-
> include/configs/edminiv2.h | 2 +-
> include/configs/imx6_spl.h | 2 +-
> include/configs/ipam390.h | 2 +-
> include/configs/kc1.h | 2 +-
> include/configs/ls1021aqds.h | 4 ++--
> include/configs/ls1021atwr.h | 2 +-
> include/configs/ls1043a_common.h | 4 ++--
> include/configs/ls2080a_common.h | 2 +-
> include/configs/m53evk.h | 2 +-
> include/configs/ma5d4evk.h | 2 +-
> include/configs/maxbcm.h | 2 +-
> include/configs/mcx.h | 2 +-
> include/configs/microblaze-generic.h | 2 +-
> include/configs/mx31pdk.h | 2 +-
> include/configs/mxs.h | 2 +-
> include/configs/omap3_evm.h | 2 +-
> include/configs/omapl138_lcdk.h | 2 +-
> include/configs/p1_p2_rdb_pc.h | 8 ++++----
> include/configs/picosam9g45.h | 2 +-
> include/configs/rk3036_common.h | 2 +-
> include/configs/rk3288_common.h | 2 +-
> include/configs/sama5d2_ptc.h | 2 +-
> include/configs/sama5d2_xplained.h | 2 +-
> include/configs/sama5d3_xplained.h | 2 +-
> include/configs/sama5d3xek.h | 2 +-
> include/configs/sama5d4_xplained.h | 2 +-
> include/configs/sama5d4ek.h | 2 +-
> include/configs/sandbox_spl.h | 2 +-
> include/configs/siemens-am33x-common.h | 2 +-
> include/configs/sniper.h | 2 +-
> include/configs/socfpga_common.h | 2 +-
> include/configs/sunxi-common.h | 2 +-
> include/configs/tam3517-common.h | 2 +-
> include/configs/tao3530.h | 2 +-
> include/configs/taurus.h | 2 +-
> include/configs/tegra-common.h | 2 +-
> include/configs/theadorable.h | 2 +-
> include/configs/ti814x_evm.h | 2 +-
> include/configs/ti816x_evm.h | 2 +-
> include/configs/ti_armv7_common.h | 2 +-
> include/configs/tricorder.h | 2 +-
> include/configs/uniphier.h | 2 +-
> include/configs/woodburn_sd.h | 2 +-
> include/configs/work_92105.h | 2 +-
> include/configs/x600.h | 2 +-
> include/configs/xilinx_zynqmp.h | 2 +-
> include/configs/zynq-common.h | 2 +-
> lib/Makefile | 4 ++--
> lib/hang.c | 2 +-
> 86 files changed, 100 insertions(+), 100 deletions(-)
This seems like a good idea, but needs to be updated now that things
are in Kconfig.
Regards,
Simon
More information about the U-Boot
mailing list