new chip configure
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
73a9cf4ccb
commit
2b02b63c54
|
@ -157,6 +157,11 @@ define LINUXBIOS_ASSEMBLER
|
||||||
export always
|
export always
|
||||||
comment "Build assembler"
|
comment "Build assembler"
|
||||||
end
|
end
|
||||||
|
define CONFIG_CHIP_CONFIGURE
|
||||||
|
default 0
|
||||||
|
export used
|
||||||
|
comment "Use new chip_configure method for configuring (non-pci) devices"
|
||||||
|
end
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
# ROM image options
|
# ROM image options
|
||||||
|
|
|
@ -29,6 +29,9 @@ uses MAINBOARD_VENDOR
|
||||||
## use a cross compiler
|
## use a cross compiler
|
||||||
option CROSS_COMPILE="powerpc-eabi-"
|
option CROSS_COMPILE="powerpc-eabi-"
|
||||||
|
|
||||||
|
## Use chip configuration
|
||||||
|
option CONFIG_CHIP_CONFIGURE=1
|
||||||
|
|
||||||
## We don't use compressed image
|
## We don't use compressed image
|
||||||
option CONFIG_COMPRESS=0
|
option CONFIG_COMPRESS=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue