diff options
author | Wolfgang Denk | 2010-09-22 22:35:44 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-09-22 22:35:44 +0200 |
commit | d1475d8aab7a6ab7ea7534a98bd20e59f150c2e3 (patch) | |
tree | 9cba64584a5b520e8074c722f662d27387f2fd84 /include/configs/MIP405.h | |
parent | 0cc89de8ef60214083739904b011f6c255922723 (diff) | |
parent | 800eb09641ae67c707b65acff112684a954b7f44 (diff) |
Merge branch 'master' of /home/wd/git/u-boot/master
Diffstat (limited to 'include/configs/MIP405.h')
-rw-r--r-- | include/configs/MIP405.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 7e6484ee94e..ff9496bc179 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -305,10 +305,6 @@ /* reserve some memory for POST and BOOT limit info */ #define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_GBL_DATA_OFFSET - 32) -#ifdef CONFIG_POST /* reserve one word for POST Info */ -#define CONFIG_SYS_POST_WORD_ADDR (CONFIG_SYS_GBL_DATA_OFFSET - 4) -#endif - #ifdef CONFIG_BOOTCOUNT_LIMIT /* reserve 2 word for bootcount limit */ #define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SYS_GBL_DATA_OFFSET - 12) #endif |