diff options
author | Stefan Roese <sr@denx.de> | 2007-01-05 10:38:05 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-05 10:38:05 +0100 |
commit | 023889838282b6237b401664f22dd22dfba2c066 (patch) | |
tree | a57a564f35070ba04ed56dea78367a2f5d7c13d9 /nand_spl/board | |
parent | 92eb729bad876725aeea908d2addba0800620840 (diff) |
[PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
This code will optimize the DDR2 controller setup on a board specific
basis.
Note: This code doesn't work right now on the NAND booting image for the
Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'nand_spl/board')
-rw-r--r-- | nand_spl/board/amcc/sequoia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nand_spl/board/amcc/sequoia/Makefile b/nand_spl/board/amcc/sequoia/Makefile index a71f583eddb..b42da8cf682 100644 --- a/nand_spl/board/amcc/sequoia/Makefile +++ b/nand_spl/board/amcc/sequoia/Makefile @@ -76,7 +76,9 @@ $(obj)init.S: $(obj)sdram.c: @rm -f $(obj)sdram.c + @rm -f $(obj)sdram.h ln -s $(SRCTREE)/board/amcc/sequoia/sdram.c $(obj)sdram.c + ln -s $(SRCTREE)/board/amcc/sequoia/sdram.h $(obj)sdram.h # from nand_spl directory $(obj)nand_boot.c: |