Uwe Hermann wrote: > Set default ROM sizes per-board to match the ROM chip that came > with the respective board. > > Of course, the user can still override the size in menuconfig. > > Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Peter Stuge <[email protected]> > +++ src/mainboard/tyan/s2875/Kconfig (Arbeitskopie) > @@ -10,6 +10,7 @@ > select SUPERIO_WINBOND_W83627HF > select HAVE_PIRQ_TABLE > select HAVE_MP_TABLE > + select BOARD_ROMSIZE_KB_512 This seems to have wacky whitespace. > +++ src/mainboard/tyan/s2912_fam10/Kconfig (Arbeitskopie) > @@ -1,4 +1,3 @@ > - > config BOARD_TYAN_S2912_FAM10 > bool "S2912_FAM10" > select ARCH_X86 > @@ -16,7 +15,8 @@ > select IOAPIC > select MEM_TRAIN_SEQ > select SB_HT_CHAIN_UNITID_OFFSET_ONLY > - > + select BOARD_ROMSIZE_KB_1024 > + Maybe same here? -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

