diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:06 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:56 -0600 |
commit | 4f93f8b1a4d35b6d302842132edba920ef8f62aa (patch) | |
tree | 0f5b405423ac1342a4b732031aa11bceccbafb8e /include/configs/sbc8641d.h | |
parent | ddcebcb638715a6278da93b553d5016f99823816 (diff) |
86xx: Add reginfo command
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 1c1e82672c0..1991a8cc873 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -480,6 +480,7 @@ #include <config_cmd_default.h> #define CONFIG_CMD_PING #define CONFIG_CMD_I2C + #define CONFIG_CMD_REGINFO #if defined(CONFIG_PCI) #define CONFIG_CMD_PCI |