]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MPC8349EMDS.h
mpc83xx: Set guarded bit on BAT that covers the end of the address space
[people/ms/u-boot.git] / include / configs / MPC8349EMDS.h
index 6cc27cb3ad18cf128a149f2c281e6e533b5c1a49..3c574039f3162c16848fd3aecec8afc6993dfd33 100644 (file)
 #define CONFIG_SYS_IBAT5U      (CONFIG_SYS_IMMR | BATU_BL_256M | BATU_VS | BATU_VP)
 
 /* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */
-#define CONFIG_SYS_IBAT6L      (0xF0000000 | BATL_PP_10 | BATL_MEMCOHERENCE)
+#define CONFIG_SYS_IBAT6L      (0xF0000000 | BATL_PP_10 | BATL_MEMCOHERENCE | \
+                                BATL_GUARDEDSTORAGE)
 #define CONFIG_SYS_IBAT6U      (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
 
 #define CONFIG_SYS_IBAT7L      (0)