Update PCS440EP port to fit into one flash device (incl. environment)

Patch by Stefan Roese, 06 Jun 2006
This commit is contained in:
Stefan Roese
2006-06-06 10:59:12 +02:00
parent 2fd9eb509d
commit 4526c87eec
5 changed files with 11 additions and 24 deletions

View File

@@ -42,7 +42,7 @@
* Base addresses -- Note these are effective addresses where the
* actual resources get mapped (not physical addresses)
*----------------------------------------------------------------------*/
#define CFG_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Monitor */
#define CFG_MONITOR_LEN 0x60000 /* Reserve 384 kB for Monitor */
#define CFG_MALLOC_LEN (256 * 1024) /* Reserve 256 kB for malloc() */
#define CFG_MONITOR_BASE (-CFG_MONITOR_LEN)
#define CFG_SDRAM_BASE 0x00000000 /* _must_ be 0 */
@@ -160,8 +160,8 @@
"kernel_addr=fff00000\0" \
"ramdisk_addr=fff00000\0" \
"load=tftp 100000 /tftpboot/pcs440ep/u-boot.bin\0" \
"update=protect off fff80000 ffffffff;era fff80000 ffffffff;" \
"cp.b 100000 fff80000 80000;" \
"update=protect off fffa0000 ffffffff;era fffa0000 ffffffff;" \
"cp.b 100000 fffa0000 60000;" \
"setenv filesize;saveenv\0" \
"upd=run load;run update\0" \
""