]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_reginfo.c
PPC405EP support added.
[people/ms/u-boot.git] / common / cmd_reginfo.c
index 954e9373753ed8805be74d83c02ca54618680a33..198b9c7b0419334b9f53125bddac7ea7685f66de 100644 (file)
@@ -90,7 +90,7 @@ int do_reginfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
         */
 
 /* DBU[dave@cray.com]   For the CRAY-L1, but should be generically 405gp */
-#elif defined (CONFIG_405GP)
+#elif defined (CONFIG_405GP) || defined(CONFIG_405EP)
        printf("\n405GP registers; MSR=%x\n",mfmsr());
                printf ("\nUniversal Interrupt Controller Regs\n"
 "uicsr    uicsrs   uicer    uiccr    uicpr    uictr    uicmsr   uicvr    uicvcr"