diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-01 15:52:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-01 15:52:46 +0200 |
commit | 534ff676a9c2ffd460e096754894e78551e4ed1e (patch) | |
tree | 54c8832a9b2954ed5692c39543935c76ff9481e4 /board/delta/config.mk | |
parent | d87080b721e4f8dca977af7571c5338ae7bb8db7 (diff) | |
parent | 9e7b5ce61b2641e726a38505ffc077642bff44fa (diff) | |
download | u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.zip u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.tar.gz u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.tar.bz2 |
* Add support for ymodem protocol download
Patch by Stefano Babic, 29 Mar 2006
* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
Merge with /home/mk/8-benq/u-boot
Diffstat (limited to 'board/delta/config.mk')
-rw-r--r-- | board/delta/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delta/config.mk b/board/delta/config.mk index 9564625..c72e956 100644 --- a/board/delta/config.mk +++ b/board/delta/config.mk @@ -2,7 +2,7 @@ #TEXT_BASE = 0xa1700000 #TEXT_BASE = 0xa3080000 #TEXT_BASE = 0x9ffe0000 -TEXT_BASE = 0xa3008000 +TEXT_BASE = 0x83008000 # Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE) BOARDLIBS = drivers/nand/libnand.a |