X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmunices.h;h=cea2834305dd6a78f88c0695518ba5e12bf1b0b6;hb=0e7927db138976469e7257e29c1338050a50fcd9;hp=4359e29050f9f5e64e984a0bfde55f79911b3143;hpb=5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2;p=u-boot diff --git a/include/configs/munices.h b/include/configs/munices.h index 4359e29050..cea2834305 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -35,6 +35,7 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ #define CFG_CACHELINE_SIZE 32 /* For MPC5xxx CPUs */ +#define CONFIG_HIGH_BATS 1 /* High BATs supported */ /* * Command line configuration. @@ -48,7 +49,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_REGINFO -#if (CONFIG_COMMANDS & CFG_CMD_KGDB) +#if defined(CONFIG_CMD_KGDB) # define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */ #endif @@ -108,6 +109,8 @@ * Memory map */ #define CFG_MBAR 0xF0000000 /* MBAR hast to be switched by other bootloader or debugger config */ + +#define CFG_DEFAULT_MBAR 0x80000000 #define CFG_SDRAM_BASE 0x00000000 /* Use SRAM until RAM will be available */ #define CFG_INIT_RAM_ADDR MPC5XXX_SRAM @@ -130,8 +133,7 @@ */ #define CFG_FLASH_BASE 0xFF000000 #define CFG_FLASH_CFI 1 /* Flash is CFI conformant */ -#define CFG_FLASH_CFI_DRIVER 1 /* Use the common driver */ -//#define CFG_FLASH_BANKS_LIST { CFG_BOOTCS_START } +#define CONFIG_FLASH_CFI_DRIVER 1 /* Use the common driver */ #define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE } #define CFG_FLASH_EMPTY_INFO #define CFG_FLASH_SIZE 0x01000000 /* 16 MByte */