To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Config.lb
index 50b8ddbf99f5ddeac69b60acc210cd98019bfa3b..a1f291fd333399926ad9e7fd601b7a2dc4dbe409 100644 (file)
@@ -34,7 +34,8 @@ default CONFIG_ROM_PAYLOAD       = 1
 default _ROMBASE     = (CONFIG_ROM_PAYLOAD_START + PAYLOAD_SIZE)
 
 ##WARNING enable caching of whole ROM during CAR
-default XIP_ROM_SIZE =  ROM_SIZE
+##for 512KB flash
+default XIP_ROM_SIZE =  0x80000
 default XIP_ROM_BASE =  0xffffffff + 1 - XIP_ROM_SIZE
 
 arch i386 end