diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2007-07-05 08:17:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-05 08:17:37 +0200 |
commit | b44896215a09c60fa40cae906f7ed207bbc2c492 (patch) | |
tree | f3c10a507342d083a17dbd7f98e5c662a8f2432e /include | |
parent | f780b83316d9af1f61d71cc88b1917b387b9b995 (diff) | |
download | u-boot-imx-b44896215a09c60fa40cae906f7ed207bbc2c492.zip u-boot-imx-b44896215a09c60fa40cae906f7ed207bbc2c492.tar.gz u-boot-imx-b44896215a09c60fa40cae906f7ed207bbc2c492.tar.bz2 |
Merged POST framework with the current TOT.
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sequoia.h | 4 | ||||
-rw-r--r-- | include/ppc440.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 44bc955..3219992 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -334,10 +334,14 @@ CFG_POST_CPU | \ CFG_POST_UART | \ CFG_POST_I2C | \ + CFG_POST_CACHE | \ + CFG_POST_FPU | \ + CFG_POST_ETHER | \ CFG_POST_SPR) #define CFG_POST_WORD_ADDR (CFG_GBL_DATA_OFFSET - 0x4) #define CONFIG_LOGBUFFER +#define CFG_POST_CACHE_ADDR 0x10000000 /* free virtual address */ #define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */ diff --git a/include/ppc440.h b/include/ppc440.h index 61c937d..93c10f1 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -282,7 +282,6 @@ #define sdr_sdstp3 0x4003 #endif /* CONFIG_440GX */ -#ifdef CONFIG_440 /*----------------------------------------------------------------------------+ | Core Configuration/MMU configuration for 440 (CCR1 for 440x5 only). +----------------------------------------------------------------------------*/ @@ -306,7 +305,6 @@ #define MMUCR_IULXE 0x00400000 #define MMUCR_STS 0x00100000 #define MMUCR_STID_MASK 0x000000FF -#endif /* CONFIG_440 */ #ifdef CONFIG_440SPE #undef sdr_sdstp2 |