diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2008-06-06 15:42:44 +0200 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:30:29 -0500 |
commit | fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4 (patch) | |
tree | 64efb37c1d63aae5971a631e8d342f1cc0bae854 /board/socrates/config.mk | |
parent | 248ae5cfc8bf69074d1da099dc495d8e06070547 (diff) | |
download | u-boot-fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4.tar.gz u-boot-fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4.tar.xz u-boot-fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4.zip |
Socrates: NAND support added. Changed the U-Boot base address and
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'board/socrates/config.mk')
-rw-r--r-- | board/socrates/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/socrates/config.mk b/board/socrates/config.mk index 1cf5d380df..4f1729440a 100644 --- a/board/socrates/config.mk +++ b/board/socrates/config.mk @@ -25,6 +25,5 @@ # # socrates board # default CCARBAR is at 0xff700000 -# assume U-Boot is less than 256k # -TEXT_BASE = 0xfffc0000 +TEXT_BASE = 0xfffa0000 |