This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / digitallogic / msm586seg / mainboard.c
index b64a927bd72e9605ef2fff6dac30d98a6047a6cd..b8f2150e78433e91a65f6a59c3b13070addef5aa 100644 (file)
@@ -137,7 +137,7 @@ static void enable_dev(struct device *dev) {
        /* hack for IDIOTIC need to fix rom_start */
        printk_err("Patching rom_start due to sc520 limits\n");
        rom_start = 0x2000000 + 0x40000;
-       rom_end = rom_start + PAYLOAD_SIZE - 1;
+       rom_end = rom_start + CONFIG_PAYLOAD_SIZE - 1;
 
        
 }