summaryrefslogtreecommitdiff
path: root/include/cmd_reginfo.h
diff options
context:
space:
mode:
authorstroese <stroese>2003-05-23 11:18:02 +0000
committerstroese <stroese>2003-05-23 11:18:02 +0000
commitb867d705b6217fed505dd44cf539699b8a81733d (patch)
treeb9f5508be6df2b2e0f8914f815826326e777f015 /include/cmd_reginfo.h
parentbedc4970297fcd83121cac456d6b1188f2336aac (diff)
PPC405EP support added.
Diffstat (limited to 'include/cmd_reginfo.h')
-rw-r--r--include/cmd_reginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmd_reginfo.h b/include/cmd_reginfo.h
index 6a67b36e290..8d71e7edd0e 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, \