ColdFire: Add M5253DEMO platform support for MCF5253
[oweals/u-boot.git] / include / configs / zeus.h
index 605755a87e8eedf423d0e546001cdf4d98eca4e8..b50cba556cf79dfe77d3a7e6ab9836d259859b6f 100644 (file)
  * FLASH organization
  */
 #define CFG_FLASH_CFI                          /* The flash is CFI compatible  */
-#define CFG_FLASH_CFI_DRIVER                   /* Use common CFI driver        */
+#define CONFIG_FLASH_CFI_DRIVER                        /* Use common CFI driver        */
 
 #define CFG_FLASH_BANKS_LIST   { CFG_FLASH_BASE }
 
 #define CFG_ENV_SIZE_REDUND    (CFG_ENV_SIZE)
 #endif
 
-/*-----------------------------------------------------------------------
- * Cache Configuration
- */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405EP CPU                    */
-#define CFG_CACHELINE_SIZE     32      /* ...                  */
-#define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
-
 /*-----------------------------------------------------------------------
  * Definitions for initial stack pointer and data area (in data cache)
  */
        "nfsargs=setenv bootargs root=/dev/nfs rw"                      \
                " nfsroot=${serverip}:${rootpath}\0"                    \
        "ramargs=setenv bootargs root=/dev/ram rw"                      \
-               " ramdisk=${ramdisk_size}\0"                            \
+               " ramdisk_size=${ramdisk_size}\0"                       \
        "addip=setenv bootargs ${bootargs} "                            \
                "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
                ":${hostname}:${netdev}:off panic=1\0"                  \