summaryrefslogtreecommitdiff
path: root/board/ocotea/config.mk
diff options
context:
space:
mode:
authorstroese <stroese>2005-04-07 05:35:12 +0000
committerstroese <stroese>2005-04-07 05:35:12 +0000
commit7ec25502382e6097f0d8d31a3105acc3b159b0d6 (patch)
tree99113c50bc028d102257f0fbcf570322f7359ef4 /board/ocotea/config.mk
parent0a7c5391a0a881cef208d286e6c9d3ebe5851b94 (diff)
downloadu-boot-imx-7ec25502382e6097f0d8d31a3105acc3b159b0d6.zip
u-boot-imx-7ec25502382e6097f0d8d31a3105acc3b159b0d6.tar.gz
u-boot-imx-7ec25502382e6097f0d8d31a3105acc3b159b0d6.tar.bz2
* Patch by Stefan Roese, 06 Apr 2005:
Updates for OCOTEA board: - Changed U-Boot size from 512kByte to 256kByte - Fixed flash driver to support boot from soldered user flash - Added README for switch from PIBS firmware to U-Boot
Diffstat (limited to 'board/ocotea/config.mk')
-rw-r--r--board/ocotea/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ocotea/config.mk b/board/ocotea/config.mk
index a71dbac..5543a4e 100644
--- a/board/ocotea/config.mk
+++ b/board/ocotea/config.mk
@@ -30,7 +30,7 @@
ifeq ($(ramsym),1)
TEXT_BASE = 0x07FD0000
else
-TEXT_BASE = 0xFFF80000
+TEXT_BASE = 0xFFFC0000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1