diff options
| author | Michal Simek <[email protected]> | 2007-03-30 22:42:45 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2007-03-30 22:42:45 +0200 |
| commit | 6f934210fb293fde2cfb4251c6d96fdc58b6a906 (patch) | |
| tree | 7d03035c3acb4348bc7c0a5039ba7d468c3933c0 /include/configs | |
| parent | 5da048adf44bea5e3b94080d02903c2e3fe7aa4a (diff) | |
[CLEAN] Remove inefficient Suzaku code
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/suzaku.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h index be19269180b..82245558961 100644 --- a/include/configs/suzaku.h +++ b/include/configs/suzaku.h @@ -51,6 +51,10 @@ #define CONFIG_BAUDRATE 115200 #define CFG_BAUDRATE_TABLE { 115200 } +/* System Register (GPIO) */ +#define MICROBLAZE_SYSREG_BASE_ADDR 0xFFFFA000 +#define MICROBLAZE_SYSREG_RECONFIGURE (1 << 0) + #define CONFIG_COMMANDS (CONFIG__CMD_DFL) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ |
