Author: libv Date: 2009-06-03 13:53:54 +0200 (Wed, 03 Jun 2009) New Revision: 4333
Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout Log: kontron 986lcd_m: cmos.layout: mark boot_devices as reserved. The kontron 986lcd_m cmos.layout had a 512bit area claimed for "boot_devices". The changes to the cmos code no longer allow usage of values larger than 32bits. Since this option was completely unused, mark it as reserved. Fixes build after the get_option change (r4332).. Signed-off-by: Luc Verhaegen <[email protected]> Acked-by: Luc Verhaegen <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout =================================================================== --- trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout 2009-06-03 10:47:19 UTC (rev 4332) +++ trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/cmos.layout 2009-06-03 11:53:54 UTC (rev 4333) @@ -89,8 +89,8 @@ 409 1 e 1 power_on_after_fail #410 6 r 0 unused -# coreboot config options: bootloader -416 512 s 0 boot_devices +# coreboot config options: bootloader : unused -> reserved. +416 512 r 0 boot_devices #928 80 r 0 unused # coreboot config options: check sums -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

