Sfoglia il codice sorgente

Convert CONFIG_CMD_REGINFO to Kconfig

This patch converts CONFIG_CMD_REGINFO to Kconfig

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Christophe Leroy 6 anni fa
parent
commit
fa379223cd
73 ha cambiato i file con 58 aggiunte e 196 eliminazioni
  1. 0 1
      README
  2. 2 0
      arch/powerpc/Kconfig
  3. 26 0
      arch/powerpc/cpu/mpc85xx/Kconfig
  4. 6 0
      cmd/Kconfig
  5. 1 0
      configs/MPC8541CDS_defconfig
  6. 1 0
      configs/MPC8541CDS_legacy_defconfig
  7. 1 0
      configs/MPC8544DS_defconfig
  8. 1 0
      configs/MPC8555CDS_defconfig
  9. 1 0
      configs/MPC8555CDS_legacy_defconfig
  10. 1 0
      configs/MPC8568MDS_defconfig
  11. 1 0
      configs/MPC8569MDS_ATM_defconfig
  12. 1 0
      configs/MPC8569MDS_defconfig
  13. 1 0
      configs/MPC8572DS_36BIT_defconfig
  14. 1 0
      configs/MPC8572DS_defconfig
  15. 1 0
      configs/P1022DS_36BIT_NAND_defconfig
  16. 1 0
      configs/P1022DS_36BIT_SDCARD_defconfig
  17. 1 0
      configs/P1022DS_36BIT_SPIFLASH_defconfig
  18. 1 0
      configs/P1022DS_36BIT_defconfig
  19. 1 0
      configs/P1022DS_NAND_defconfig
  20. 1 0
      configs/P1022DS_SDCARD_defconfig
  21. 1 0
      configs/P1022DS_SPIFLASH_defconfig
  22. 1 0
      configs/P1022DS_defconfig
  23. 1 0
      configs/P1023RDB_defconfig
  24. 1 0
      configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
  25. 1 0
      configs/controlcenterd_36BIT_SDCARD_defconfig
  26. 1 0
      configs/qemu-ppce500_defconfig
  27. 1 0
      configs/socrates_defconfig
  28. 1 0
      configs/xpedite537x_defconfig
  29. 0 1
      include/config_cmd_all.h
  30. 0 5
      include/configs/B4860QDS.h
  31. 0 5
      include/configs/BSC9131RDB.h
  32. 0 5
      include/configs/BSC9132QDS.h
  33. 0 5
      include/configs/C29XPCIE.h
  34. 0 3
      include/configs/MCR3000.h
  35. 0 5
      include/configs/MPC8536DS.h
  36. 0 5
      include/configs/MPC8541CDS.h
  37. 0 5
      include/configs/MPC8544DS.h
  38. 0 5
      include/configs/MPC8548CDS.h
  39. 0 5
      include/configs/MPC8555CDS.h
  40. 0 8
      include/configs/MPC8560ADS.h
  41. 0 5
      include/configs/MPC8568MDS.h
  42. 0 5
      include/configs/MPC8569MDS.h
  43. 0 5
      include/configs/MPC8572DS.h
  44. 0 2
      include/configs/MPC8610HPCD.h
  45. 0 5
      include/configs/MPC8641HPCN.h
  46. 0 5
      include/configs/P1010RDB.h
  47. 0 5
      include/configs/P1022DS.h
  48. 0 5
      include/configs/P1023RDB.h
  49. 0 5
      include/configs/T102xQDS.h
  50. 0 5
      include/configs/T102xRDB.h
  51. 0 5
      include/configs/T1040QDS.h
  52. 0 5
      include/configs/T104xRDB.h
  53. 0 5
      include/configs/T208xQDS.h
  54. 0 5
      include/configs/T208xRDB.h
  55. 0 2
      include/configs/T4240RDB.h
  56. 0 5
      include/configs/TQM834x.h
  57. 0 5
      include/configs/UCP1020.h
  58. 0 3
      include/configs/controlcenterd.h
  59. 0 5
      include/configs/corenet_ds.h
  60. 0 5
      include/configs/cyrus.h
  61. 0 5
      include/configs/p1_p2_rdb_pc.h
  62. 0 5
      include/configs/p1_twr.h
  63. 0 2
      include/configs/qemu-ppce500.h
  64. 0 5
      include/configs/sbc8548.h
  65. 0 2
      include/configs/sbc8641d.h
  66. 0 3
      include/configs/smdkc100.h
  67. 0 1
      include/configs/socrates.h
  68. 0 2
      include/configs/t4qds.h
  69. 0 5
      include/configs/xpedite517x.h
  70. 0 5
      include/configs/xpedite520x.h
  71. 0 5
      include/configs/xpedite537x.h
  72. 0 5
      include/configs/xpedite550x.h
  73. 0 1
      scripts/config_whitelist.txt

+ 0 - 1
README

@@ -814,7 +814,6 @@ The following options need to be configured:
 		CONFIG_CMD_NFS		  NFS support
 		CONFIG_CMD_PING		* send ICMP ECHO_REQUEST to network
 					  host
-		CONFIG_CMD_REGINFO	* Register dump
 		CONFIG_CMD_RUN		  run command in env variable
 		CONFIG_CMD_SANDBOX	* sb command to access sandbox features
 		CONFIG_CMD_SAVES	* save S record dump

+ 2 - 0
arch/powerpc/Kconfig

@@ -29,9 +29,11 @@ config MPC86xx
 	select SYS_FSL_DDR
 	select SYS_FSL_DDR_BE
 	imply ENV_IS_IN_FLASH
+	imply CMD_REGINFO
 
 config 8xx
 	bool "MPC8xx"
+	imply CMD_REGINFO
 
 endchoice
 

+ 26 - 0
arch/powerpc/cpu/mpc85xx/Kconfig

@@ -427,6 +427,7 @@ config ARCH_B4420
 	select FSL_IFC
 	imply CMD_EEPROM
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_B4860
 	bool
@@ -454,6 +455,7 @@ config ARCH_B4860
 	select FSL_IFC
 	imply CMD_EEPROM
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_BSC9131
 	bool
@@ -469,6 +471,7 @@ config ARCH_BSC9131
 	select FSL_IFC
 	imply CMD_EEPROM
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_BSC9132
 	bool
@@ -490,6 +493,7 @@ config ARCH_BSC9132
 	imply CMD_MTDPARTS
 	imply CMD_NAND
 	imply CMD_PCI
+	imply CMD_REGINFO
 
 config ARCH_C29X
 	bool
@@ -505,6 +509,7 @@ config ARCH_C29X
 	select FSL_IFC
 	imply CMD_NAND
 	imply CMD_PCI
+	imply CMD_REGINFO
 
 config ARCH_MPC8536
 	bool
@@ -520,6 +525,7 @@ config ARCH_MPC8536
 	select FSL_ELBC
 	imply CMD_NAND
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_MPC8540
 	bool
@@ -560,6 +566,7 @@ config ARCH_MPC8548
 	select SYS_FSL_SEC_COMPAT_2
 	select SYS_PPC_E500_USE_DEBUG_TLB
 	imply ENV_IS_IN_FLASH
+	imply CMD_REGINFO
 
 config ARCH_MPC8555
 	bool
@@ -636,6 +643,7 @@ config ARCH_P1010
 	imply CMD_NAND
 	imply CMD_SATA
 	imply CMD_PCI
+	imply CMD_REGINFO
 
 config ARCH_P1011
 	bool
@@ -667,6 +675,7 @@ config ARCH_P1020
 	imply CMD_NAND
 	imply CMD_SATA
 	imply CMD_PCI
+	imply CMD_REGINFO
 
 config ARCH_P1021
 	bool
@@ -681,8 +690,10 @@ config ARCH_P1021
 	select SYS_FSL_SEC_COMPAT_2
 	select SYS_PPC_E500_USE_DEBUG_TLB
 	select FSL_ELBC
+	imply CMD_REGINFO
 	imply CMD_NAND
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_P1022
 	bool
@@ -729,6 +740,7 @@ config ARCH_P1024
 	imply CMD_NAND
 	imply CMD_SATA
 	imply CMD_PCI
+	imply CMD_REGINFO
 
 config ARCH_P1025
 	bool
@@ -744,6 +756,7 @@ config ARCH_P1025
 	select SYS_PPC_E500_USE_DEBUG_TLB
 	select FSL_ELBC
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_P2020
 	bool
@@ -761,6 +774,7 @@ config ARCH_P2020
 	select FSL_ELBC
 	imply CMD_EEPROM
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_P2041
 	bool
@@ -810,6 +824,7 @@ config ARCH_P3041
 	select FSL_ELBC
 	imply CMD_NAND
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_P4080
 	bool
@@ -846,6 +861,7 @@ config ARCH_P4080
 	select SYS_FSL_SEC_COMPAT_4
 	select FSL_ELBC
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_P5020
 	bool
@@ -868,6 +884,7 @@ config ARCH_P5020
 	select SYS_PPC64
 	select FSL_ELBC
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_P5040
 	bool
@@ -890,6 +907,7 @@ config ARCH_P5040
 	select SYS_PPC64
 	select FSL_ELBC
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_QEMU_E500
 	bool
@@ -912,6 +930,7 @@ config ARCH_T1023
 	select FSL_IFC
 	imply CMD_EEPROM
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_T1024
 	bool
@@ -932,6 +951,7 @@ config ARCH_T1024
 	imply CMD_EEPROM
 	imply CMD_NAND
 	imply CMD_MTDPARTS
+	imply CMD_REGINFO
 
 config ARCH_T1040
 	bool
@@ -953,6 +973,7 @@ config ARCH_T1040
 	imply CMD_MTDPARTS
 	imply CMD_NAND
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_T1042
 	bool
@@ -974,6 +995,7 @@ config ARCH_T1042
 	imply CMD_MTDPARTS
 	imply CMD_NAND
 	imply CMD_SATA
+	imply CMD_REGINFO
 
 config ARCH_T2080
 	bool
@@ -998,6 +1020,7 @@ config ARCH_T2080
 	select FSL_IFC
 	imply CMD_SATA
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_T2081
 	bool
@@ -1019,6 +1042,7 @@ config ARCH_T2081
 	select SYS_PPC64
 	select FSL_IFC
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_T4160
 	bool
@@ -1042,6 +1066,7 @@ config ARCH_T4160
 	select FSL_IFC
 	imply CMD_SATA
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config ARCH_T4240
 	bool
@@ -1068,6 +1093,7 @@ config ARCH_T4240
 	select FSL_IFC
 	imply CMD_SATA
 	imply CMD_NAND
+	imply CMD_REGINFO
 
 config BOOKE
 	bool

+ 6 - 0
cmd/Kconfig

@@ -158,6 +158,12 @@ config CMD_LICENSE
 	help
 	  Print GPL license text
 
+config CMD_REGINFO
+	bool "reginfo"
+	depends on PPC
+	help
+	  Register dump
+
 endmenu
 
 menu "Boot commands"

+ 1 - 0
configs/MPC8541CDS_defconfig

@@ -7,6 +7,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_MII=y

+ 1 - 0
configs/MPC8541CDS_legacy_defconfig

@@ -8,6 +8,7 @@ CONFIG_SYS_EXTRA_OPTIONS="LEGACY"
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_MII=y

+ 1 - 0
configs/MPC8544DS_defconfig

@@ -9,6 +9,7 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 # CONFIG_CONSOLE_MUX is not set
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_PCI=y

+ 1 - 0
configs/MPC8555CDS_defconfig

@@ -7,6 +7,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_MII=y

+ 1 - 0
configs/MPC8555CDS_legacy_defconfig

@@ -8,6 +8,7 @@ CONFIG_SYS_EXTRA_OPTIONS="LEGACY"
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_MII=y

+ 1 - 0
configs/MPC8568MDS_defconfig

@@ -8,6 +8,7 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_DHCP=y

+ 1 - 0
configs/MPC8569MDS_ATM_defconfig

@@ -10,6 +10,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_DHCP=y

+ 1 - 0
configs/MPC8569MDS_defconfig

@@ -9,6 +9,7 @@ CONFIG_BOOTDELAY=10
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_DHCP=y

+ 1 - 0
configs/MPC8572DS_36BIT_defconfig

@@ -10,6 +10,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_BOOTDELAY=10
 # CONFIG_CONSOLE_MUX is not set
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_PCI=y

+ 1 - 0
configs/MPC8572DS_defconfig

@@ -9,6 +9,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_BOOTDELAY=10
 # CONFIG_CONSOLE_MUX is not set
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_PCI=y

+ 1 - 0
configs/P1022DS_36BIT_NAND_defconfig

@@ -21,6 +21,7 @@ CONFIG_TPL_ENV_SUPPORT=y
 CONFIG_TPL_I2C_SUPPORT=y
 CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_36BIT_SDCARD_defconfig

@@ -19,6 +19,7 @@ CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_36BIT_SPIFLASH_defconfig

@@ -20,6 +20,7 @@ CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_36BIT_defconfig

@@ -10,6 +10,7 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_NAND_defconfig

@@ -21,6 +21,7 @@ CONFIG_TPL_I2C_SUPPORT=y
 CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_TPL_NAND_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_SDCARD_defconfig

@@ -18,6 +18,7 @@ CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_SPIFLASH_defconfig

@@ -19,6 +19,7 @@ CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_I2C_SUPPORT=y
 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1022DS_defconfig

@@ -9,6 +9,7 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=10
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_SF=y

+ 1 - 0
configs/P1023RDB_defconfig

@@ -10,6 +10,7 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_BOOTDELAY=-1
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 # CONFIG_CMD_EEPROM is not set
 CONFIG_CMD_NAND=y
 CONFIG_CMD_I2C=y

+ 1 - 0
configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig

@@ -16,6 +16,7 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_EEPROM=y
 # CONFIG_CMD_FLASH is not set

+ 1 - 0
configs/controlcenterd_36BIT_SDCARD_defconfig

@@ -16,6 +16,7 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_EEPROM=y
 # CONFIG_CMD_FLASH is not set

+ 1 - 0
configs/qemu-ppce500_defconfig

@@ -11,6 +11,7 @@ CONFIG_BOOTDELAY=1
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_GREPENV=y

+ 1 - 0
configs/socrates_defconfig

@@ -12,6 +12,7 @@ CONFIG_BOOTDELAY=1
 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_NAND=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_PCI=y

+ 1 - 0
configs/xpedite537x_defconfig

@@ -8,6 +8,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_BOOTDELAY=3
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_REGINFO=y
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_EEPROM=y
 CONFIG_CMD_I2C=y

+ 0 - 1
include/config_cmd_all.h

@@ -13,7 +13,6 @@
  * Alphabetical list of all possible commands.
  */
 
-#define CONFIG_CMD_REGINFO	/* Register dump		*/
 #define CONFIG_CMD_REISER	/* Reiserfs support		*/
 #define CONFIG_CMD_SANDBOX	/* sb command to access sandbox features */
 #define CONFIG_CMD_SAVES	/* save S record dump		*/

+ 0 - 5
include/configs/B4860QDS.h

@@ -689,11 +689,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
 * USB
 */

+ 0 - 5
include/configs/BSC9131RDB.h

@@ -284,11 +284,6 @@ extern unsigned long get_sdram_size(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE		/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/BSC9132QDS.h

@@ -507,11 +507,6 @@ combinations. this should be removed later
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/C29XPCIE.h

@@ -425,11 +425,6 @@
 #define CONFIG_LOADS_ECHO
 #define CONFIG_SYS_LOADS_BAUD_CHANGE
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 3
include/configs/MCR3000.h

@@ -151,7 +151,4 @@
 #define	BOOTFLAG_COLD			0x01
 #define BOOTFLAG_WARM			0x02
 
-/* Misc Settings */
-#define CONFIG_CMD_REGINFO
-
 #endif /* __CONFIG_H */

+ 0 - 5
include/configs/MPC8536DS.h

@@ -578,11 +578,6 @@
 #define CONFIG_LOADS_ECHO	1	/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 #ifdef CONFIG_MMC

+ 0 - 5
include/configs/MPC8541CDS.h

@@ -338,11 +338,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 5
include/configs/MPC8544DS.h

@@ -342,11 +342,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 5
include/configs/MPC8548CDS.h

@@ -456,11 +456,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 5
include/configs/MPC8555CDS.h

@@ -336,11 +336,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 8
include/configs/MPC8560ADS.h

@@ -349,14 +349,6 @@
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
-#if defined(CONFIG_ETHER_ON_FCC)
-#endif
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 5
include/configs/MPC8568MDS.h

@@ -351,11 +351,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 5
include/configs/MPC8569MDS.h

@@ -443,11 +443,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 #ifdef CONFIG_MMC

+ 0 - 5
include/configs/MPC8572DS.h

@@ -540,11 +540,6 @@
 #define CONFIG_LOADS_ECHO	1	/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 2
include/configs/MPC8610HPCD.h

@@ -262,8 +262,6 @@
 
 #define CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */
 
-#define CONFIG_CMD_REGINFO
-
 #define CONFIG_ULI526X
 #ifdef CONFIG_ULI526X
 #endif

+ 0 - 5
include/configs/MPC8641HPCN.h

@@ -582,11 +582,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 5
include/configs/P1010RDB.h

@@ -709,11 +709,6 @@ extern unsigned long get_sdram_size(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI_HCD) \

+ 0 - 5
include/configs/P1022DS.h

@@ -580,11 +580,6 @@
 #define CONFIG_LOADS_ECHO
 #define CONFIG_SYS_LOADS_BAUD_CHANGE
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 5
include/configs/P1023RDB.h

@@ -236,11 +236,6 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 5
include/configs/T102xQDS.h

@@ -767,11 +767,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/T102xRDB.h

@@ -778,11 +778,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/T1040QDS.h

@@ -646,11 +646,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/T104xRDB.h

@@ -761,11 +761,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/T208xQDS.h

@@ -732,11 +732,6 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_LOADS_ECHO	/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/T208xRDB.h

@@ -678,11 +678,6 @@ unsigned long get_board_ddr_clk(void);
  * Environment
  */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 2
include/configs/T4240RDB.h

@@ -56,8 +56,6 @@
 
 #define CONFIG_DDR_ECC
 
-#define CONFIG_CMD_REGINFO
-
 /* High Level Configuration Options */
 #define CONFIG_SYS_BOOK3E_HV		/* Category E.HV supported */
 #define CONFIG_MP			/* support multiple processors */

+ 0 - 5
include/configs/TQM834x.h

@@ -213,11 +213,6 @@
 
 #endif	/* CONFIG_TSEC_ENET */
 
-/*
- * General PCI
- * Addresses are mapped 1-1.
- */
-
 #if defined(CONFIG_PCI)
 
 #define CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */

+ 0 - 5
include/configs/UCP1020.h

@@ -410,11 +410,6 @@
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 3
include/configs/controlcenterd.h

@@ -333,9 +333,6 @@
 #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 
 #ifndef CONFIG_TRAILBLAZER
-
-#define CONFIG_CMD_REGINFO
-
 /*
  * Board initialisation callbacks
  */

+ 0 - 5
include/configs/corenet_ds.h

@@ -579,11 +579,6 @@
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
 * USB
 */

+ 0 - 5
include/configs/cyrus.h

@@ -403,11 +403,6 @@
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 5
include/configs/p1_p2_rdb_pc.h

@@ -796,11 +796,6 @@
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 5
include/configs/p1_twr.h

@@ -372,11 +372,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_LOADS_ECHO		/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	/* allow baudrate change */
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * USB
  */

+ 0 - 2
include/configs/qemu-ppce500.h

@@ -10,8 +10,6 @@
 #ifndef __QEMU_PPCE500_H
 #define __QEMU_PPCE500_H
 
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xf01000 /* 15 MB */
 

+ 0 - 5
include/configs/sbc8548.h

@@ -506,11 +506,6 @@
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
-/*
- * Command line configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 2
include/configs/sbc8641d.h

@@ -450,8 +450,6 @@
 #define CONFIG_LOADS_ECHO	1	/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
 
-#define CONFIG_CMD_REGINFO
-
 #undef CONFIG_WATCHDOG			/* watchdog disabled */
 
 /*

+ 0 - 3
include/configs/smdkc100.h

@@ -56,9 +56,6 @@
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 
-/***********************************************************
- * Command definition
- ***********************************************************/
 #define CONFIG_MTD_DEVICE
 #define CONFIG_MTD_PARTITIONS
 

+ 0 - 1
include/configs/socrates.h

@@ -277,7 +277,6 @@
  * Command line configuration.
  */
 #define CONFIG_CMD_SDRAM
-#define CONFIG_CMD_REGINFO
 
 #undef CONFIG_WATCHDOG			/* watchdog disabled		*/
 

+ 0 - 2
include/configs/t4qds.h

@@ -10,8 +10,6 @@
 #ifndef __T4QDS_H
 #define __T4QDS_H
 
-#define CONFIG_CMD_REGINFO
-
 /* High Level Configuration Options */
 #define CONFIG_SYS_BOOK3E_HV		/* Category E.HV supported */
 #define CONFIG_MP			/* support multiple processors */

+ 0 - 5
include/configs/xpedite517x.h

@@ -480,11 +480,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 				 BATL_CACHEINHIBIT)
 #define CONFIG_SYS_IBAT7U	CONFIG_SYS_DBAT7U
 
-/*
- * Command configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/xpedite520x.h

@@ -283,11 +283,6 @@
 #define CONFIG_BOOTP_BOOTPATH
 #define CONFIG_BOOTP_GATEWAY
 
-/*
- * Command configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/xpedite537x.h

@@ -333,11 +333,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #define TSEC2_PHYIDX		0
 #define CONFIG_HAS_ETH1
 
-/*
- * Command configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 5
include/configs/xpedite550x.h

@@ -332,11 +332,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #define CONFIG_USB_EHCI_FSL
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 
-/*
- * Command configuration.
- */
-#define CONFIG_CMD_REGINFO
-
 /*
  * Miscellaneous configurable options
  */

+ 0 - 1
scripts/config_whitelist.txt

@@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
 CONFIG_CMDLINE_EDITING
 CONFIG_CMDLINE_PS_SUPPORT
 CONFIG_CMDLINE_TAG
-CONFIG_CMD_REGINFO
 CONFIG_CMD_REISER
 CONFIG_CMD_SANDBOX
 CONFIG_CMD_SAVES