From 9dd27bc03a53f69b55c1c9718a5e44365019c082 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 30 Jun 2009 17:13:58 +0000 Subject: the tool chain settings should not be in renamed (as they will never live in Kconfig) Signed-off-by: Stefan Reinauer Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4384 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/thomson/ip1000/Options.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/thomson') diff --git a/src/mainboard/thomson/ip1000/Options.lb b/src/mainboard/thomson/ip1000/Options.lb index b80c53f2d8..0be45e1f0c 100644 --- a/src/mainboard/thomson/ip1000/Options.lb +++ b/src/mainboard/thomson/ip1000/Options.lb @@ -41,7 +41,7 @@ uses CONFIG_HAVE_MP_TABLE uses CONFIG_HAVE_OPTION_TABLE uses CONFIG_HAVE_PIRQ_TABLE uses CONFIG_HEAP_SIZE -uses CONFIG_HOSTCC +uses HOSTCC uses CONFIG_IRQ_SLOT_COUNT uses COREBOOT_EXTRA_VERSION uses CONFIG_MAINBOARD @@ -87,7 +87,7 @@ default CONFIG_RAMBASE = 0x00004000 default CONFIG_USE_OPTION_TABLE = 0 default CONFIG_ROM_PAYLOAD = 1 default CC="$(CONFIG_CROSS_COMPILE)gcc -m32" -default CONFIG_HOSTCC="gcc" +default HOSTCC="gcc" default CONFIG_CONSOLE_SERIAL8250 = 1 default CONFIG_TTYS0_BAUD = 115200 default CONFIG_TTYS0_BASE = 0x3f8 -- cgit v1.2.3