[U-Boot] [PATCH v3 04/12] cmd: Convert CONFIG_CMD_ELF to Kconfig

Simon Glass sjg at chromium.org
Sun Oct 18 23:37:24 CEST 2015


On 7 October 2015 at 21:19, Bin Meng <bmeng.cn at gmail.com> wrote:
> Convert CONFIG_CMD_ELF to Kconfig and tidy up affected boards.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Split the defconfig reorder to another patch, making this patch
>   as CONFIG_CMD_ELF mods only
> - Update sparc and avr32 boards to unset CONFIG_CMD_ELF
>
>  common/Kconfig                                  | 6 ++++++
>  configs/atngw100_defconfig                      | 1 +
>  configs/atngw100mkii_defconfig                  | 1 +
>  configs/atstk1002_defconfig                     | 1 +
>  configs/dbau1000_defconfig                      | 1 +
>  configs/dbau1100_defconfig                      | 1 +
>  configs/dbau1500_defconfig                      | 1 +
>  configs/dbau1550_defconfig                      | 1 +
>  configs/dbau1550_el_defconfig                   | 1 +
>  configs/dlvision-10g_defconfig                  | 1 +
>  configs/dlvision_defconfig                      | 1 +
>  configs/gr_cpci_ax2000_defconfig                | 1 +
>  configs/gr_ep2s60_defconfig                     | 1 +
>  configs/gr_xc3s_1500_defconfig                  | 1 +
>  configs/grasshopper_defconfig                   | 1 +
>  configs/grsim_defconfig                         | 1 +
>  configs/grsim_leon2_defconfig                   | 1 +
>  configs/io_defconfig                            | 1 +
>  configs/iocon_defconfig                         | 1 +
>  configs/neo_defconfig                           | 1 +
>  configs/pb1000_defconfig                        | 1 +
>  configs/sandbox_defconfig                       | 1 +
>  configs/vct_platinum_onenand_small_defconfig    | 1 +
>  configs/vct_platinum_small_defconfig            | 1 +
>  configs/vct_platinumavc_onenand_small_defconfig | 1 +
>  configs/vct_platinumavc_small_defconfig         | 1 +
>  configs/vct_premium_onenand_small_defconfig     | 1 +
>  configs/vct_premium_small_defconfig             | 1 +
>  include/config_cmd_all.h                        | 1 -
>  include/config_distro_defaults.h                | 1 -
>  include/configs/B4860QDS.h                      | 1 -
>  include/configs/BSC9131RDB.h                    | 1 -
>  include/configs/BSC9132QDS.h                    | 1 -
>  include/configs/C29XPCIE.h                      | 1 -
>  include/configs/CPCI2DP.h                       | 1 -
>  include/configs/CPCI4052.h                      | 1 -
>  include/configs/M5208EVBE.h                     | 1 -
>  include/configs/M52277EVB.h                     | 1 -
>  include/configs/M5235EVB.h                      | 1 -
>  include/configs/M5272C3.h                       | 1 -
>  include/configs/M5275EVB.h                      | 1 -
>  include/configs/M53017EVB.h                     | 1 -
>  include/configs/M5329EVB.h                      | 1 -
>  include/configs/M5373EVB.h                      | 1 -
>  include/configs/M54418TWR.h                     | 1 -
>  include/configs/M54451EVB.h                     | 1 -
>  include/configs/M54455EVB.h                     | 1 -
>  include/configs/M5475EVB.h                      | 1 -
>  include/configs/M5485EVB.h                      | 1 -
>  include/configs/MIP405.h                        | 1 -
>  include/configs/MPC8536DS.h                     | 1 -
>  include/configs/MPC8540ADS.h                    | 1 -
>  include/configs/MPC8541CDS.h                    | 1 -
>  include/configs/MPC8544DS.h                     | 1 -
>  include/configs/MPC8548CDS.h                    | 1 -
>  include/configs/MPC8555CDS.h                    | 1 -
>  include/configs/MPC8560ADS.h                    | 1 -
>  include/configs/MPC8568MDS.h                    | 1 -
>  include/configs/MPC8569MDS.h                    | 1 -
>  include/configs/MPC8572DS.h                     | 1 -
>  include/configs/P1010RDB.h                      | 1 -
>  include/configs/P1022DS.h                       | 1 -
>  include/configs/P2041RDB.h                      | 1 -
>  include/configs/PIP405.h                        | 1 -
>  include/configs/PLU405.h                        | 1 -
>  include/configs/PMC405DE.h                      | 1 -
>  include/configs/PMC440.h                        | 1 -
>  include/configs/T102xQDS.h                      | 1 -
>  include/configs/T102xRDB.h                      | 1 -
>  include/configs/T1040QDS.h                      | 1 -
>  include/configs/T104xRDB.h                      | 1 -
>  include/configs/T208xQDS.h                      | 1 -
>  include/configs/T208xRDB.h                      | 1 -
>  include/configs/T4240RDB.h                      | 1 -
>  include/configs/TQM823L.h                       | 1 -
>  include/configs/TQM823M.h                       | 1 -
>  include/configs/TQM850L.h                       | 1 -
>  include/configs/TQM850M.h                       | 1 -
>  include/configs/TQM855L.h                       | 1 -
>  include/configs/TQM855M.h                       | 1 -
>  include/configs/TQM860L.h                       | 1 -
>  include/configs/TQM860M.h                       | 1 -
>  include/configs/TQM862L.h                       | 1 -
>  include/configs/TQM862M.h                       | 1 -
>  include/configs/TQM866M.h                       | 1 -
>  include/configs/UCP1020.h                       | 1 -
>  include/configs/VCMA9.h                         | 1 -
>  include/configs/VOM405.h                        | 1 -
>  include/configs/amcc-common.h                   | 1 -
>  include/configs/arcangel4.h                     | 1 -
>  include/configs/astro_mcf5373l.h                | 1 -
>  include/configs/axs101.h                        | 1 -
>  include/configs/bf537-minotaur.h                | 1 -
>  include/configs/bf537-srv1.h                    | 1 -
>  include/configs/bfin_adi_common.h               | 1 -
>  include/configs/blackstamp.h                    | 1 -
>  include/configs/blackvme.h                      | 1 -
>  include/configs/controlcenterd.h                | 1 -
>  include/configs/corenet_ds.h                    | 1 -
>  include/configs/dbau1x00.h                      | 1 -
>  include/configs/digsy_mtc.h                     | 1 -
>  include/configs/dlvision-10g.h                  | 1 -
>  include/configs/dlvision.h                      | 1 -
>  include/configs/io.h                            | 1 -
>  include/configs/iocon.h                         | 1 -
>  include/configs/km/km_arm.h                     | 1 -
>  include/configs/lsxl.h                          | 1 -
>  include/configs/malta.h                         | 1 -
>  include/configs/mecp5123.h                      | 1 -
>  include/configs/motionpro.h                     | 1 -
>  include/configs/munices.h                       | 1 -
>  include/configs/neo.h                           | 1 -
>  include/configs/nitrogen6x.h                    | 1 -
>  include/configs/openrisc-generic.h              | 1 -
>  include/configs/origen.h                        | 1 -
>  include/configs/p1_p2_rdb_pc.h                  | 1 -
>  include/configs/p1_twr.h                        | 1 -
>  include/configs/pb1x00.h                        | 2 --
>  include/configs/qemu-mips.h                     | 1 -
>  include/configs/qemu-mips64.h                   | 1 -
>  include/configs/qemu-ppce500.h                  | 1 -
>  include/configs/sandbox.h                       | 1 -
>  include/configs/sbc8548.h                       | 1 -
>  include/configs/smdk2410.h                      | 1 -
>  include/configs/smdkc100.h                      | 1 -
>  include/configs/smdkv310.h                      | 1 -
>  include/configs/t4qds.h                         | 1 -
>  include/configs/tb100.h                         | 1 -
>  include/configs/vct.h                           | 2 --
>  include/configs/vme8349.h                       | 1 -
>  include/configs/x86-common.h                    | 1 -
>  include/configs/xilinx-ppc.h                    | 1 -
>  include/configs/xilinx_zynqmp.h                 | 1 -
>  include/configs/xpedite1000.h                   | 1 -
>  include/configs/xpedite517x.h                   | 1 -
>  include/configs/xpedite520x.h                   | 1 -
>  include/configs/xpedite537x.h                   | 1 -
>  include/configs/xpedite550x.h                   | 1 -
>  include/configs/zmx25.h                         | 1 -
>  include/configs/zynq-common.h                   | 1 -
>  140 files changed, 33 insertions(+), 114 deletions(-)

Updated pcm052 and lwmon5 also.

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list