diff options
author | wdenk <wdenk> | 2004-12-19 21:39:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-19 21:39:27 +0000 |
commit | 08f272787a93cb11338fd81ab92a7439a361e3b2 (patch) | |
tree | 714b148a3a21483c9d63d74a37f0273ab92dffeb /board/cmc_pu2/config.mk | |
parent | bff96b0e6bdf8551e8468b111177c553e4994db2 (diff) | |
download | u-boot-imx-08f272787a93cb11338fd81ab92a7439a361e3b2.zip u-boot-imx-08f272787a93cb11338fd81ab92a7439a361e3b2.tar.gz u-boot-imx-08f272787a93cb11338fd81ab92a7439a361e3b2.tar.bz2 |
* Fix problems with CMC_PU2 flash driver.
* Adjust INKA 4x0 default settings
Diffstat (limited to 'board/cmc_pu2/config.mk')
-rw-r--r-- | board/cmc_pu2/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/cmc_pu2/config.mk b/board/cmc_pu2/config.mk index 9fef739..7116eea 100644 --- a/board/cmc_pu2/config.mk +++ b/board/cmc_pu2/config.mk @@ -1 +1,3 @@ -TEXT_BASE = 0x20f00000 +TEXT_BASE = 0x20F00000 +## For testing: load at 0x20100000 and "go" at 0x201000A4 +#TEXT_BASE = 0x20100000 |