]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/SIMPC8313.h
mpc83xx: Set guarded bit on BAT that covers the end of the address space
[people/ms/u-boot.git] / include / configs / SIMPC8313.h
index e20527e4f9111eaa0a935bb8780d4ef3dccce003..79582e16c74c41de392d43bd9e3adabf96a46be3 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)
+#define CONFIG_SYS_IBAT6L      (0xF0000000 | BATL_PP_10 | BATL_GUARDEDSTORAGE)
 #define CONFIG_SYS_IBAT6U      (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
 
 #define CONFIG_SYS_IBAT7L      (0)