diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
commit | 2c5bd16af132bb6e9158c43fc6206fa0f1f501c1 (patch) | |
tree | 39c3dd1da3692cbe609f66f4d004451944d89771 /board/bf537-stamp/post-memory.c | |
parent | 196c74311f394c6eb08bd9ab07a35671299b9851 (diff) | |
parent | 4de1a5daab079ddc8ce1274144700203d692105c (diff) | |
download | u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.zip u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.tar.gz u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'board/bf537-stamp/post-memory.c')
-rw-r--r-- | board/bf537-stamp/post-memory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/bf537-stamp/post-memory.c b/board/bf537-stamp/post-memory.c index 9626f4c..4daea62 100644 --- a/board/bf537-stamp/post-memory.c +++ b/board/bf537-stamp/post-memory.c @@ -1,8 +1,6 @@ #include <common.h> #include <asm/io.h> -#ifdef CONFIG_POST - #include <post.h> #include <watchdog.h> @@ -318,4 +316,3 @@ int post_init_sdram(int sclk) } #endif /* CONFIG_POST & CONFIG_SYS_POST_MEMORY */ -#endif /* CONFIG_POST */ |