Author: stepan
Date: 2009-04-05 10:39:13 +0200 (Sun, 05 Apr 2009)
New Revision: 4073
Modified:
trunk/coreboot-v2/src/mainboard/totalimpact/briq/Options.lb
trunk/coreboot-v2/src/southbridge/winbond/w83c553/w83c553f.h
Log:
two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC
Signed-off-by: Stefan Reinauer <stepan(a)coresystems.de>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Modified: trunk/coreboot-v2/src/mainboard/totalimpact/briq/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/totalimpact/briq/Options.lb 2009-04-04 22:55:49 UTC (rev 4072)
+++ trunk/coreboot-v2/src/mainboard/totalimpact/briq/Options.lb 2009-04-05 08:39:13 UTC (rev 4073)
@@ -64,6 +64,11 @@
##
default TTYS0_BASE=0x3f8
+##
+## The default compiler
+##
+default CC="$(CROSS_COMPILE)gcc"
+default HOSTCC="gcc"
## use a cross compiler
#default CROSS_COMPILE="powerpc-eabi-"
#default CROSS_COMPILE="ppc_74xx-"
Modified: trunk/coreboot-v2/src/southbridge/winbond/w83c553/w83c553f.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/winbond/w83c553/w83c553f.h 2009-04-04 22:55:49 UTC (rev 4072)
+++ trunk/coreboot-v2/src/southbridge/winbond/w83c553/w83c553f.h 2009-04-05 08:39:13 UTC (rev 4073)
@@ -195,6 +195,4 @@
#define W83C553F_DMA2_CM 0xDC
#define W83C553F_DMA2_RWAMB 0xDE
-extern struct device_operations w83c553_ops;
-
#endif /* _W83C553_H */