diff options
author | stroese <stroese> | 2004-09-16 12:34:51 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-09-16 12:34:51 +0000 |
commit | 8b1ccd8693abb63537c97b71a3eebefaeefeaf6d (patch) | |
tree | f1bb9ccbcabd5cd35651f5a5fb2a0f47d0294637 /board/esd/ar405/config.mk | |
parent | e623a1a3942fc84078bf31704d320900bcf3f6b7 (diff) | |
download | u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.zip u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.tar.gz u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.tar.bz2 |
Update AR405 board.
Diffstat (limited to 'board/esd/ar405/config.mk')
-rw-r--r-- | board/esd/ar405/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/esd/ar405/config.mk b/board/esd/ar405/config.mk index b229ec0..3e8baf6 100644 --- a/board/esd/ar405/config.mk +++ b/board/esd/ar405/config.mk @@ -26,4 +26,5 @@ # #TEXT_BASE = 0xFFFE0000 -TEXT_BASE = 0xFFFD0000 +#TEXT_BASE = 0xFFFD0000 +TEXT_BASE = 0xFFFC0000 |