new init code
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1248 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ea6f9dabbd
commit
4e17b848f8
|
@ -17,6 +17,11 @@ option PCIC0_CFGDATA=0xeec00004
|
|||
##
|
||||
option UART0_IO_BASE=0xef600300
|
||||
|
||||
##
|
||||
## Early board initialization, called from ppc_main()
|
||||
##
|
||||
initobject init.c
|
||||
|
||||
arch ppc end
|
||||
cpu ppc/ppc4xx end
|
||||
|
||||
|
@ -30,4 +35,4 @@ southbridge winbond/w83c553 end
|
|||
##
|
||||
|
||||
addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
|
||||
makedefine CFLAGS += -g
|
||||
makedefine CFLAGS += -msoft-float
|
||||
|
|
Loading…
Reference in New Issue