diff options
author | Stefan Roese <sr@denx.de> | 2007-04-18 12:05:59 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-18 12:05:59 +0200 |
commit | 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f (patch) | |
tree | 63e847dbbfc47fe9d68f73dfd55848609237d65e /include/ppc405.h | |
parent | d3832e8fe1b214ec62424eac36cfda9fc56d21b3 (diff) |
ppc4xx: Add output for bootrom location to 405EZ ports
Now 405EZ ports also show upon bootup from which boot device
they are configured to boot:
U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
Bootstrap Option E - Boot ROM Location EBC (32 bits)
16 kB I-Cache 16 kB D-Cache
Board: Acadia - AMCC PPC405EZ Evaluation Board
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc405.h')
-rw-r--r-- | include/ppc405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ppc405.h b/include/ppc405.h index 08f10d27b2a..a2503a93d22 100644 --- a/include/ppc405.h +++ b/include/ppc405.h @@ -570,6 +570,8 @@ #define SDR_ICTX0_STAT 0x40000000 #define SDR_ICTX1_STAT 0x20000000 +#define SDR_PINSTP 0x40 + /****************************************************************************** * Control ******************************************************************************/ |