diff options
author | stroese <stroese> | 2003-05-23 11:18:02 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-05-23 11:18:02 +0000 |
commit | b867d705b6217fed505dd44cf539699b8a81733d (patch) | |
tree | b9f5508be6df2b2e0f8914f815826326e777f015 /include/cmd_reginfo.h | |
parent | bedc4970297fcd83121cac456d6b1188f2336aac (diff) | |
download | u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.zip u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.tar.gz u-boot-imx-b867d705b6217fed505dd44cf539699b8a81733d.tar.bz2 |
PPC405EP support added.
Diffstat (limited to 'include/cmd_reginfo.h')
-rw-r--r-- | include/cmd_reginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmd_reginfo.h b/include/cmd_reginfo.h index 6a67b36..8d71e7e 100644 --- a/include/cmd_reginfo.h +++ b/include/cmd_reginfo.h @@ -24,7 +24,7 @@ #ifndef _CMD_REGINFO_H_ #define _CMD_REGINFO_H_ -#if (defined(CONFIG_5xx) || defined(CONFIG_8xx) || defined(CONFIG_405GP)) && \ +#if (defined(CONFIG_5xx) || defined(CONFIG_8xx) || defined(CONFIG_405GP) || defined(CONFIG_405EP)) && \ (CONFIG_COMMANDS & CFG_CMD_REGINFO) #define CMD_TBL_REGINFO MK_CMD_TBL_ENTRY( \ "reginfo", 3, 2, 1, do_reginfo, \ |