]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/pcs440ep.h
Update PCS440EP port to fit into one flash device (incl. environment)
[karo-tx-uboot.git] / include / configs / pcs440ep.h
index 854809dab83cbd9e23ceb439fa9cd5a3847cef90..ec7a41b8474a4b2130bb4c9a643249c33bda56a3 100644 (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      */
        "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"                                     \
        ""