On Thu, Oct 1, 2009 at 11:24 AM, Patrick Georgi patrick@georgi-clan.de wrote:
Modified: trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc Log: OK, this builds and even looks right. dell needs its own Makefile.inc because it is a P4 and it needs SSE for romcc not to go into infinite loop.
Just setting ROMCCFLAGS should be enough, right?
Almost. See patch.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles