Skip to content

Commit

Permalink
Kconfig: Move config IDENT_STRING to Kconfig
Browse files Browse the repository at this point in the history
Move the config IDENT_STRING to Kconfig and migrate all boards

[sivadur: Migrate zynq boards]
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
[trini: Update configs, add some default to sunxi Kconfig]
Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
Siva Durga Prasad Paladugu authored and trini committed Sep 20, 2016
1 parent 06066a7 commit a4d8892
Show file tree
Hide file tree
Showing 190 changed files with 120 additions and 239 deletions.
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf5227x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf523x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf52x2/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf530x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf532x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf5445x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
4 changes: 0 additions & 4 deletions arch/m68k/cpu/mcf547x_8x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#include "version.h"
#include <asm/cache.h>

#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""
#endif

#define _START _start
#define _FAULT _fault

Expand Down
3 changes: 0 additions & 3 deletions arch/powerpc/cpu/mpc512x/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

#include <asm-offsets.h>
#include <config.h>
#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING "MPC512X"
#endif
#include <version.h>

#define CONFIG_521X 1 /* needed for Linux kernel header files*/
Expand Down
3 changes: 0 additions & 3 deletions arch/powerpc/cpu/mpc83xx/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#include <asm-offsets.h>
#include <config.h>
#include <mpc83xx.h>
#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING "MPC83XX"
#endif
#include <version.h>

#define CONFIG_83XX 1 /* needed for Linux kernel header files*/
Expand Down
3 changes: 3 additions & 0 deletions board/sunxi/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
if ARCH_SUNXI

config IDENT_STRING
default " Allwinner Technology"

config SPL_GPIO_SUPPORT
default y

Expand Down
5 changes: 5 additions & 0 deletions common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ config CONSOLE_RECORD_IN_SIZE
The buffer is allocated immediately after the malloc() region is
ready.

config IDENT_STRING
string "Board specific string to be added to uboot version string"
help
This options adds the board specific name to u-boot version.

config SYS_NO_FLASH
bool "Disable support for parallel NOR flash"
default n
Expand Down
1 change: 1 addition & 0 deletions configs/MIP405T_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10082-001 released"
CONFIG_4xx=y
CONFIG_TARGET_MIP405=y
CONFIG_SYS_EXTRA_OPTIONS="MIP405T"
Expand Down
1 change: 1 addition & 0 deletions configs/MIP405_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10072-001 released"
CONFIG_4xx=y
CONFIG_TARGET_MIP405=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/PATI_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10084-001 released"
CONFIG_5xx=y
CONFIG_TARGET_PATI=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/PIP405_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING="\n(c) 2002 by MPL AG Switzerland, MEV-10066-001 released"
CONFIG_4xx=y
CONFIG_TARGET_PIP405=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/VCMA9_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_VCMA9=y
CONFIG_IDENT_STRING="\n(c) 2003 - 2011 by MPL AG Switzerland, MEV-10080-001 unstable"
CONFIG_BOOTDELAY=5
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="VCMA9 # "
Expand Down
1 change: 1 addition & 0 deletions configs/apf27_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_TARGET_APF27=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_IDENT_STRING=" apf27 patch 3.10"
CONFIG_BOOTDELAY=5
CONFIG_VERSION_VARIABLE=y
CONFIG_SPL=y
Expand Down
1 change: 1 addition & 0 deletions configs/arndale_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_ARCH_EXYNOS5=y
CONFIG_TARGET_ARNDALE=y
CONFIG_IDENT_STRING=" for ARNDALE"
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-arndale"
CONFIG_FIT=y
CONFIG_FIT_BEST_MATCH=y
Expand Down
1 change: 1 addition & 0 deletions configs/aspenite_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_ASPENITE=y
CONFIG_IDENT_STRING="\nMarvell-Aspenite DB"
CONFIG_BOOTDELAY=3
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
Expand Down
1 change: 1 addition & 0 deletions configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" controlcenterd 0.01"
CONFIG_MPC85xx=y
CONFIG_TARGET_CONTROLCENTERD=y
CONFIG_PHYS_64BIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/controlcenterd_36BIT_SDCARD_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" controlcenterd 0.01"
CONFIG_MPC85xx=y
CONFIG_TARGET_CONTROLCENTERD=y
CONFIG_PHYS_64BIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" controlcenterd trailblazer 0.01"
CONFIG_MPC85xx=y
CONFIG_TARGET_CONTROLCENTERD=y
CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH,DEVELOP"
Expand Down
1 change: 1 addition & 0 deletions configs/controlcenterd_TRAILBLAZER_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" controlcenterd trailblazer 0.01"
CONFIG_MPC85xx=y
CONFIG_TARGET_CONTROLCENTERD=y
CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH"
Expand Down
1 change: 1 addition & 0 deletions configs/d2net_v2_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_NET2BIG_V2=y
CONFIG_IDENT_STRING=" D2 v2"
CONFIG_SYS_EXTRA_OPTIONS="D2NET_V2"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
Expand Down
1 change: 1 addition & 0 deletions configs/devconcenter_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" devconcenter 0.06"
CONFIG_4xx=y
CONFIG_TARGET_INTIP=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/dlvision-10g_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" dlvision-10g 0.06"
CONFIG_4xx=y
CONFIG_TARGET_DLVISION_10G=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/dlvision_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" dlvision 0.02"
CONFIG_4xx=y
CONFIG_TARGET_DLVISION=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/dns325_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_DNS325=y
CONFIG_IDENT_STRING="\nD-Link DNS-325"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/dockstar_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_DOCKSTAR=y
CONFIG_IDENT_STRING="\nSeagate FreeAgent DockStar"
CONFIG_BOOTDELAY=3
CONFIG_SYS_PROMPT="DockStar> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/dragonboard410c_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_SNAPDRAGON=y
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
CONFIG_DEFAULT_DEVICE_TREE="dragonboard410c"
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="dragonboard410c => "
Expand Down
1 change: 1 addition & 0 deletions configs/dreamplug_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_DREAMPLUG=y
CONFIG_IDENT_STRING="\nMarvell-DreamPlug"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/edminiv2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_TARGET_EDMINIV2=y
CONFIG_IDENT_STRING=" EDMiniV2"
CONFIG_BOOTDELAY=3
CONFIG_SPL=y
CONFIG_SPL_NOR_SUPPORT=y
Expand Down
1 change: 1 addition & 0 deletions configs/espresso7420_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_ARCH_EXYNOS7=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_IDENT_STRING=" for ESPRESSO7420"
CONFIG_DEFAULT_DEVICE_TREE="exynos7420-espresso7420"
CONFIG_SYS_PROMPT="ESPRESSO7420 # "
# CONFIG_AUTOBOOT is not set
Expand Down
1 change: 1 addition & 0 deletions configs/goflexhome_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_GOFLEXHOME=y
CONFIG_IDENT_STRING="\nSeagate GoFlex Home"
CONFIG_BOOTDELAY=3
CONFIG_SYS_PROMPT="GoFlexHome> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/gplugd_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_GPLUGD=y
CONFIG_IDENT_STRING="\nMarvell-gplugD"
CONFIG_BOOTDELAY=3
# CONFIG_CMD_IMLS is not set
CONFIG_CMD_ASKENV=y
Expand Down
1 change: 1 addition & 0 deletions configs/gr_cpci_ax2000_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_SPARC=y
CONFIG_IDENT_STRING=" Gaisler LEON3 GR-CPCI-AX2000"
CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_TARGET_GR_CPCI_AX2000=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/gr_ep2s60_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_SPARC=y
CONFIG_IDENT_STRING=" Gaisler LEON3 EP2S60"
CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_TARGET_GR_EP2S60=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/gr_xc3s_1500_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_SPARC=y
CONFIG_IDENT_STRING=" Gaisler LEON3 GR-XC3S-1500"
CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_TARGET_GR_XC3S_1500=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/grsim_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_SPARC=y
CONFIG_IDENT_STRING=" Gaisler GRSIM"
CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_TARGET_GRSIM=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/grsim_leon2_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_SPARC=y
CONFIG_IDENT_STRING=" Gaisler GRSIM LEON2"
CONFIG_SYS_TEXT_BASE=0x00000000
CONFIG_TARGET_GRSIM_LEON2=y
CONFIG_BOOTDELAY=5
Expand Down
1 change: 1 addition & 0 deletions configs/guruplug_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_GURUPLUG=y
CONFIG_IDENT_STRING="\nMarvell-GuruPlug"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
Expand Down
1 change: 1 addition & 0 deletions configs/hikey_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_IDENT_STRING="hikey"
CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
CONFIG_HUSH_PARSER=y
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/hrcon_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" hrcon 0.01"
CONFIG_MPC83xx=y
CONFIG_TARGET_HRCON=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/hrcon_dh_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" hrcon dh 0.01"
CONFIG_MPC83xx=y
CONFIG_TARGET_HRCON=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/ib62x0_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_IB62X0=y
CONFIG_IDENT_STRING=" RaidSonic ICY BOX IB-NAS62x0"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="ib62x0 => "
Expand Down
1 change: 1 addition & 0 deletions configs/iconnect_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_ICONNECT=y
CONFIG_IDENT_STRING=" Iomega iConnect"
CONFIG_BOOTDELAY=3
CONFIG_SYS_PROMPT="iconnect => "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/inetspace_v2_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_NETSPACE_V2=y
CONFIG_IDENT_STRING=" IS v2"
CONFIG_SYS_EXTRA_OPTIONS="INETSPACE_V2"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
Expand Down
1 change: 1 addition & 0 deletions configs/intip_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" intip 0.06"
CONFIG_4xx=y
CONFIG_TARGET_INTIP=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/io64_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" io64 0.02"
CONFIG_4xx=y
CONFIG_TARGET_IO64=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/io_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" io 0.06"
CONFIG_4xx=y
CONFIG_TARGET_IO=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/iocon_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CONFIG_PPC=y
CONFIG_IDENT_STRING=" iocon 0.06"
CONFIG_4xx=y
CONFIG_TARGET_IOCON=y
CONFIG_FIT=y
Expand Down
1 change: 1 addition & 0 deletions configs/km_kirkwood_128m16_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_KIRKWOOD=y
CONFIG_TARGET_KM_KIRKWOOD=y
CONFIG_IDENT_STRING="\nKeymile Kirkwood 128M16"
CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD_128M16"
CONFIG_VERSION_VARIABLE=y
CONFIG_HUSH_PARSER=y
Expand Down
Loading

0 comments on commit a4d8892

Please sign in to comment.