two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4073 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-04-05 08:39:13 +00:00 committed by Stefan Reinauer
parent a73fc4b6c5
commit 85107f28da
2 changed files with 5 additions and 2 deletions

View File

@ -64,6 +64,11 @@ default TTYS0_DIV=4
##
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-"

View File

@ -195,6 +195,4 @@
#define W83C553F_DMA2_CM 0xDC
#define W83C553F_DMA2_RWAMB 0xDE
extern struct device_operations w83c553_ops;
#endif /* _W83C553_H */