diff options
author | Becky Bruce <beckyb@kernel.crashing.org> | 2010-06-17 11:37:25 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-07-16 10:55:09 -0500 |
commit | 199e262eb3c1b70553325c2010be0e28d9245460 (patch) | |
tree | 22c752145fe4edea133c2c468caab46ba6243abc /include/configs/XPEDITE5370.h | |
parent | 11a3de469723a6edde776008acfccabc1fc98cac (diff) | |
download | u-boot-199e262eb3c1b70553325c2010be0e28d9245460.tar.gz u-boot-199e262eb3c1b70553325c2010be0e28d9245460.tar.xz u-boot-199e262eb3c1b70553325c2010be0e28d9245460.zip |
mpc85xx: Add reginfo command
The new command dumps the TLBCAM, the LAWs, and the BR/OR regs.
Add CONFIG_CMD_REGINFO to the config for all MPC85xx parts.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/XPEDITE5370.h')
-rw-r--r-- | include/configs/XPEDITE5370.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h index 20a67538c7..1d6091caf6 100644 --- a/include/configs/XPEDITE5370.h +++ b/include/configs/XPEDITE5370.h @@ -397,6 +397,7 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); #define CONFIG_CMD_PING #define CONFIG_CMD_SAVEENV #define CONFIG_CMD_SNTP +#define CONFIG_CMD_REGINFO /* * Miscellaneous configurable options |