diff options
author | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
commit | d52785d7f5fc6c5a410c1c6c0a3f527464a21927 (patch) | |
tree | 0b1ac674e53153b62329150305c2f88a5e2feba8 /include/configs/vme8349.h | |
parent | 5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff) | |
parent | 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff) | |
download | u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.zip u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.gz u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/vme8349.h')
-rw-r--r-- | include/configs/vme8349.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 1477552..5304ec9 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -152,7 +152,6 @@ #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase TO (ms) */ #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write TO (ms) */ -#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 #define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* start of monitor */ #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) @@ -555,7 +554,7 @@ #define CONFIG_ROOTPATH /tftpboot/rootfs #define CONFIG_BOOTFILE uImage -#define CONFIG_LOADADDR 500000 /* def location for tftp and bootm */ +#define CONFIG_LOADADDR 800000 /* def location for tftp and bootm */ #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */ #undef CONFIG_BOOTARGS /* boot command will set bootargs */ @@ -582,7 +581,7 @@ "update=protect off fff00000 fff3ffff; " \ "era fff00000 fff3ffff; cp.b 100000 fff00000 ${filesize}\0" \ "upd=run load update\0" \ - "fdtaddr=400000\0" \ + "fdtaddr=780000\0" \ "fdtfile=vme8349.dtb\0" \ "" |