diff --git a/README b/README index fb5f47166d26090b10d8a05d651ed87bba22ec94..0b5dafc1f23fd661e193f7f8edc2af550b6911b7 100644 --- a/README +++ b/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 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8094416e4ad9c3a44abe8f76a74bce950ec4baca..7ac5cbfca6b66957417282276763d223f63ef646 100644 --- a/arch/powerpc/Kconfig +++ b/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 diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 22fd306bfcc1422b67b1e74822dc310593cb9b0a..ccdf103624ccad44161d4a0c3fdc101d3c8dc4e5 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/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 diff --git a/cmd/Kconfig b/cmd/Kconfig index 0d9292b4f66a6ed3ba387ca9a96257265f9c38e4..2caa0b42d8910c29b35a3f9aeb51972437a1edfa 100644 --- a/cmd/Kconfig +++ b/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" diff --git a/configs/MPC8541CDS_defconfig b/configs/MPC8541CDS_defconfig index e5f37ec38bb612695ce7e683b43a69c952da1f3b..2d8845aa1e843f083965653eb4749ea5ab08ad4a 100644 --- a/configs/MPC8541CDS_defconfig +++ b/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 diff --git a/configs/MPC8541CDS_legacy_defconfig b/configs/MPC8541CDS_legacy_defconfig index 77eaa899cffdb0c400bd6ecc0dca40e3c54a357f..d7650c18bbd8791bd075aba047caf5bb265a596b 100644 --- a/configs/MPC8541CDS_legacy_defconfig +++ b/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 diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig index fb7057a722733a5977af83526772b00b24209681..c4147f244b5a652505e4243c500546d5a95cbedc 100644 --- a/configs/MPC8544DS_defconfig +++ b/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 diff --git a/configs/MPC8555CDS_defconfig b/configs/MPC8555CDS_defconfig index 8c46336df87a19d429ca4370f06fd2b461c956f9..54ab7e1923619e6837247ac24b0a1647a9914ad2 100644 --- a/configs/MPC8555CDS_defconfig +++ b/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 diff --git a/configs/MPC8555CDS_legacy_defconfig b/configs/MPC8555CDS_legacy_defconfig index 3425bc532d7014c95737397a1333b02f51ae9841..f6a4877d23414ba3d5ee3342efc7ea7e607c4c04 100644 --- a/configs/MPC8555CDS_legacy_defconfig +++ b/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 diff --git a/configs/MPC8568MDS_defconfig b/configs/MPC8568MDS_defconfig index 48fd6ac9e52af1d91d7ed0cd36a82a7de9788c6e..99e6cbd2d25d98309292e47b4e39bf0d48d270d8 100644 --- a/configs/MPC8568MDS_defconfig +++ b/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 diff --git a/configs/MPC8569MDS_ATM_defconfig b/configs/MPC8569MDS_ATM_defconfig index d81c2df9b61dad1961da18c30b7e50464e9be38d..fb26bf39163afc18b9e8e24f8bf1d29426ea1e1b 100644 --- a/configs/MPC8569MDS_ATM_defconfig +++ b/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 diff --git a/configs/MPC8569MDS_defconfig b/configs/MPC8569MDS_defconfig index 0c1f8f527e79419664200349b7d4e9ef9a35c4ab..27de5d613a5ff07f4e93d5ea86a4dd3c44abd554 100644 --- a/configs/MPC8569MDS_defconfig +++ b/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 diff --git a/configs/MPC8572DS_36BIT_defconfig b/configs/MPC8572DS_36BIT_defconfig index ad6c307fb2ea16931e8bd41af238d9b571af9161..44ad3aabfa135bfcd46516dc7cb47ff7d9dbd6e4 100644 --- a/configs/MPC8572DS_36BIT_defconfig +++ b/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 diff --git a/configs/MPC8572DS_defconfig b/configs/MPC8572DS_defconfig index 111c4f103ec9719da51ee55e912af7e91e13f5f7..ac985d98d973d27ae78ae9f90fd20de860473c0e 100644 --- a/configs/MPC8572DS_defconfig +++ b/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 diff --git a/configs/P1022DS_36BIT_NAND_defconfig b/configs/P1022DS_36BIT_NAND_defconfig index d81e9283f801c46cc9ad80f27d16a3cf333f165b..efb90b97a7ddd0f1244013913ebb2c53ed533232 100644 --- a/configs/P1022DS_36BIT_NAND_defconfig +++ b/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 diff --git a/configs/P1022DS_36BIT_SDCARD_defconfig b/configs/P1022DS_36BIT_SDCARD_defconfig index 1e610315bfac5f551dcd28c66c74d7bcdd9fa18b..3383f5bd446f85c67a2f4f60824a0b78fb34f99c 100644 --- a/configs/P1022DS_36BIT_SDCARD_defconfig +++ b/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 diff --git a/configs/P1022DS_36BIT_SPIFLASH_defconfig b/configs/P1022DS_36BIT_SPIFLASH_defconfig index be6306df0010ac1427223928a29c1440a86b9511..72a7fac6270f3738f7df753ba5ccc4c02bb01ddd 100644 --- a/configs/P1022DS_36BIT_SPIFLASH_defconfig +++ b/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 diff --git a/configs/P1022DS_36BIT_defconfig b/configs/P1022DS_36BIT_defconfig index 830597fd5794a763245ec041e9c0b130fc693758..a8314843e46d89bfd2fc017cdab805f3bb8ceaae 100644 --- a/configs/P1022DS_36BIT_defconfig +++ b/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 diff --git a/configs/P1022DS_NAND_defconfig b/configs/P1022DS_NAND_defconfig index 8d9e3666d7c649ea13d360e8e9d7394300dd091b..b6deec9deac03fd54a6d4628e20ff664a49b756a 100644 --- a/configs/P1022DS_NAND_defconfig +++ b/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 diff --git a/configs/P1022DS_SDCARD_defconfig b/configs/P1022DS_SDCARD_defconfig index 0f79a2a73b9706cc29a8608232b5bd4587e8b1ea..0c80566a04df76f1839000cfabd97f6a66d75b08 100644 --- a/configs/P1022DS_SDCARD_defconfig +++ b/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 diff --git a/configs/P1022DS_SPIFLASH_defconfig b/configs/P1022DS_SPIFLASH_defconfig index f9f02f53c6d6484b0b8f66e440eefe2f37be2811..7f447fcd7b0e7d936f7af0487dfa2f98884f2d7e 100644 --- a/configs/P1022DS_SPIFLASH_defconfig +++ b/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 diff --git a/configs/P1022DS_defconfig b/configs/P1022DS_defconfig index 82a9387c8b40026bb23db996b330170bf1efa9fb..2ccbffdf77dcfa39c6d1349207b48159dc171d43 100644 --- a/configs/P1022DS_defconfig +++ b/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 diff --git a/configs/P1023RDB_defconfig b/configs/P1023RDB_defconfig index 095a2e2b1ed57909d85d668295ff029e0c7c6002..23d5473cceed41bf2292668581fd5dcc5a7563ff 100644 --- a/configs/P1023RDB_defconfig +++ b/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 diff --git a/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig b/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig index 89ca5dbe677246338462baf0cd7049dd7d0701ea..6f84eb808e723c03d1a679c2121f988079759907 100644 --- a/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig +++ b/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 diff --git a/configs/controlcenterd_36BIT_SDCARD_defconfig b/configs/controlcenterd_36BIT_SDCARD_defconfig index 7396ef94d47941b3804dc4b90a41129009b17791..e48729881e49dd43e2b2907f65462777442709e1 100644 --- a/configs/controlcenterd_36BIT_SDCARD_defconfig +++ b/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 diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig index e7884d300b4b39b66cc33b33d823876db0d463c9..c48b22efe262fbb34b51df23de038b64d5f91c11 100644 --- a/configs/qemu-ppce500_defconfig +++ b/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 diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index f5356cb120cb89d857aefad4848d0e1bfacf1a93..0d8753636ed55f32c345353e588b7bf372f47272 100644 --- a/configs/socrates_defconfig +++ b/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 diff --git a/configs/xpedite537x_defconfig b/configs/xpedite537x_defconfig index 7765ab46d3f5f091ba35b9721ef241f5fc8cba52..657fdcc7fd56fc63c3565b3d9663f5390b4dce61 100644 --- a/configs/xpedite537x_defconfig +++ b/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 diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index edfc91ff9b9dd34cb0d18168fa3e6d9c2faad0ca..cb0ab6d61a23bd44a535a37b852a75a24679a46c 100644 --- a/include/config_cmd_all.h +++ b/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 */ diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index fe04a1f72a9aa54339c80f467ce0e748b969c244..f2313a5cca08fb68ad2ff3663cce141d8afbdc18 100644 --- a/include/configs/B4860QDS.h +++ b/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 */ diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index 57d4bed89a4fba56d3a1f9dc92664e732f518c18..19c772c9685bc84ac618dba70d522b519689f0eb 100644 --- a/include/configs/BSC9131RDB.h +++ b/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 */ diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 35ebdd28b3e868173047b73bc85928a2205ee46c..92ff88bebc645ed68a0be0b3ac0d4fb15a5723ef 100644 --- a/include/configs/BSC9132QDS.h +++ b/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 */ diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 466bab48235b2e3d74477babcede875f3bfd38a0..8c664b184d071b8303c7a0e5384dbbdae127ea73 100644 --- a/include/configs/C29XPCIE.h +++ b/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 */ diff --git a/include/configs/MCR3000.h b/include/configs/MCR3000.h index 17090da796e648928cb406d03ba2f3aa6a84ea0c..aabbab6e0585d7a1e06889ed1008d2e5d695c134 100644 --- a/include/configs/MCR3000.h +++ b/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 */ diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index e3a89164b1b5e799a03efeeeb21646ade39e9f26..3a054734f45652e43d1d855bc43fc8169b258daf 100644 --- a/include/configs/MPC8536DS.h +++ b/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 diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 3867b31e23267e95cc0c02aeacd374e84b033c66..aa450fcaa4603d6257084a257f68e6aa38fa587a 100644 --- a/include/configs/MPC8541CDS.h +++ b/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 */ /* diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 16b7b990c19c94ecc28c7c1c8fdc97e5b5388080..13d4cb48137a6fa73a13099dc69c8a00dd4f0440 100644 --- a/include/configs/MPC8544DS.h +++ b/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 */ diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 3e63c7442d19bcd72ef96bef77205cd333b1e47d..0857f0c924f1959c71fdd3481ea0ee2493314cc6 100644 --- a/include/configs/MPC8548CDS.h +++ b/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 */ /* diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index 3dc24bd74e4e7bb71551feca28fb0a8bbeee1405..b580c3307020c91ddbb1ecc9ab61e4ecb4041a61 100644 --- a/include/configs/MPC8555CDS.h +++ b/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 */ /* diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 8b8be2da0eec5966b2af583189924af1e2299c42..672ae5007c9c1becd5fd7db47b1129949c25f4d6 100644 --- a/include/configs/MPC8560ADS.h +++ b/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 */ /* diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index e6b1ea982f98bc4df6d9384af2425e0bba2a2486..29f3d09cfdadaf4ee935fda56613e72f253bf53e 100644 --- a/include/configs/MPC8568MDS.h +++ b/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 */ /* diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 6f2fa4939a2ba39e0fa1b46896946d6875c553b3..a0d48af908f375a407dd6abb1171827fc3a0f260 100644 --- a/include/configs/MPC8569MDS.h +++ b/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 diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 60e4154a4e8cfd547b7ea467833ec226bafa1df4..0960ff5b495d3d007313f3b629eb9477f7de3b4a 100644 --- a/include/configs/MPC8572DS.h +++ b/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 */ diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 807624e2ce454232866521dfcca7e5895269d1e6..e13fff037509c84b418b6135c280ae76dbd592ca 100644 --- a/include/configs/MPC8610HPCD.h +++ b/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 diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index b74ef38513031c06a114a8e1f0179c047cdaca74..607e8bd11448851ffec62d725abbc034a8be6e9d 100644 --- a/include/configs/MPC8641HPCN.h +++ b/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 */ /* diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 82fc6b9070a266512f335d77b94a9e6626b30d31..384027c21d183558edcecbfbaeffd394aac5a0bc 100644 --- a/include/configs/P1010RDB.h +++ b/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) \ diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 0c4e288ffbe3b12582e635d441456beafe718cdb..8c83f2d34b2e47f96ad1c18ad0ffc751757f273b 100644 --- a/include/configs/P1022DS.h +++ b/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 */ diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index f79e43ad46e3456a18913fa59df0f24084701017..1e410353542d245b94c9e62555ea81234a8ec7c2 100644 --- a/include/configs/P1023RDB.h +++ b/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 */ diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index 4439b65f84e4f6c525ba522fd33cd8af4ca1c032..d58af7b8438933f19e33ff03dd45ce6de4faf0e8 100644 --- a/include/configs/T102xQDS.h +++ b/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 */ diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 2dd7050f650416c116754d3dff7c8ca6aa87fd7e..c94b837ce4f3fcf9ba6149f929d011e9aa53e0da 100644 --- a/include/configs/T102xRDB.h +++ b/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 */ diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index f59143e3dcc04562c0e0751f2d821a98d46bc5c1..98cee8a600dbc48e762dc08572beb11c31a2a2d0 100644 --- a/include/configs/T1040QDS.h +++ b/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 */ diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index b56e475c14fda79e8ae84b998811ffbf541d7315..a54e17c349c08d3679947a109aea9cc87584f55f 100644 --- a/include/configs/T104xRDB.h +++ b/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 */ diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index dcc78280eaf06b08f4535292c1ff53855aa30ea0..c1c3fa13d8bd31a133925a9faba93ff9236eeaec 100644 --- a/include/configs/T208xQDS.h +++ b/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 */ diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index a7a7873f51624b7b892bdb5c22ebdb03f2d12de2..803d8fbe5fc1e4d8d750c7c669afac227e43ab18 100644 --- a/include/configs/T208xRDB.h +++ b/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 */ diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index 88da31c883a889cadd9f93f97b69ae678b086cce..fee8b8fe45b689cb4d35beaeb6b0c014f0328160 100644 --- a/include/configs/T4240RDB.h +++ b/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 */ diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index aab8b5d9f2d253713f844ced198c2999f082a4fc..b9923c316be281fc9b112997f463c66109f78385 100644 --- a/include/configs/TQM834x.h +++ b/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 */ diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 350870a07485ff209e9dfe4a22d0fe0662ac622a..43300f59676a722eeee73f15f5676493b84b2dfe 100644 --- a/include/configs/UCP1020.h +++ b/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 */ diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 6a26f066e8c3e2c41098097b8b8abdbdbacda09c..52be713af47e551e4acafee051f4360fc97a26fa 100644 --- a/include/configs/controlcenterd.h +++ b/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 */ diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 39318078de4df89cc604600787d5d7045bb9fe6a..1d4524e05ae6aa5ffbf712918381fda9bc778360 100644 --- a/include/configs/corenet_ds.h +++ b/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 */ diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 02a73f45781c9483a1121fa8303800dca750a62a..52895865baeb25c27a0f3cc100ee885951f93f26 100644 --- a/include/configs/cyrus.h +++ b/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 */ diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 68016bc02b02109aa9f6810163fd1c2fdaceb47d..3b3baefaf03a3035b89bae07433a343062b392f2 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/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 */ diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 377f79a251bbfdc5145f84effe287db3a5e56368..a60a82d8a2203fe0327b7a46411552979ddbec39 100644 --- a/include/configs/p1_twr.h +++ b/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 */ diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h index 2c9a3466f7485ad3d0fc28abbbbcb29df9da485b..e0cc873e0665280883c4e962b74317ff5c70c383 100644 --- a/include/configs/qemu-ppce500.h +++ b/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 */ diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 0dc47a125db0d2b00382ecd1e791b8fb499585f4..fd1bf991bafef21492ffbe9c29a94dc2e00809e4 100644 --- a/include/configs/sbc8548.h +++ b/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 */ /* diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index de123fdd9c375e1916d1ecaa7a5b26f58f10eb5f..dcce2ba1932a7a782d7625df3c4517788b069711 100644 --- a/include/configs/sbc8641d.h +++ b/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 */ /* diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 58abac5eef29329679d6e3408a9d2a0eeebb653a..f5d541d20bb69715c5f6638cc56dde5d90fa51c5 100644 --- a/include/configs/smdkc100.h +++ b/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 diff --git a/include/configs/socrates.h b/include/configs/socrates.h index ccc722de31dfebab5e999e9ef71a14f986856f40..c1f7005c2f10095eae11426fdd4be5021fb015bb 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -277,7 +277,6 @@ * Command line configuration. */ #define CONFIG_CMD_SDRAM -#define CONFIG_CMD_REGINFO #undef CONFIG_WATCHDOG /* watchdog disabled */ diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 6098dd9555f1549c251a013e48a6709394665b56..bd98cc650efcb1a1d85b618f4edb96c825b80ba1 100644 --- a/include/configs/t4qds.h +++ b/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 */ diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index e38a8b70fa311871f3ad70dbfc61f2d66f04e35b..c4cd74999c4c2ef545ef45b44c0b2058e57395f0 100644 --- a/include/configs/xpedite517x.h +++ b/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 */ diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index a23c3268844fb1bd72b101d024ad156abbcee894..8fb05416045a3b96e0363b37c170b42a5aa1fc4b 100644 --- a/include/configs/xpedite520x.h +++ b/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 */ diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index dd0aa07904aaf00c1e55052bafa5c4e91a197721..85faaf0ca3ec3dbe706cce08222286cd76ef9249 100644 --- a/include/configs/xpedite537x.h +++ b/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 */ diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index 16fa8007a1f85bb9dd71df5be8db0d3a2535812a..033537ca4ae85f3d78713a46194a3f7d7e39d5ea 100644 --- a/include/configs/xpedite550x.h +++ b/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 */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 5ad5a3b1a4c4673fbcaf46184c3bd25dc38d5c99..888af42524bbee76a39e44b5d54b8e607e218d1d 100644 --- a/scripts/config_whitelist.txt +++ b/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