mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
flashrom: remove DUMMY and AST1100 by default on both x86/ppc64, leave MTD only for ppc64, have AST1100 enablement configurable for kgpe-d16 (patch not in)
This commit is contained in:
parent
a1be4e4467
commit
979c9dd318
@ -13,19 +13,22 @@ flashrom_cfg := \
|
||||
WARNERROR=no \
|
||||
CONFIG_NOTHING=yes \
|
||||
CONFIG_INTERNAL=yes \
|
||||
CONFIG_INTERNAL_X86=yes
|
||||
CONFIG_DUMMY=yes \
|
||||
CONFIG_AST1100=yes \
|
||||
CONFIG_INTERNAL_X86=yes \
|
||||
|
||||
ifeq "$(CONFIG_TARGET_ARCH)" "ppc64"
|
||||
flashrom_cfg := \
|
||||
WARNERROR=no \
|
||||
CONFIG_NOTHING=yes \
|
||||
CONFIG_LINUX_MTD=yes \
|
||||
CONFIG_DUMMY=yes \
|
||||
CONFIG_AST1100=yes
|
||||
CONFIG_LINUX_MTD=yes
|
||||
endif
|
||||
|
||||
#Only enable AST1100 if requested per board configs
|
||||
ifeq "$(CONFIG_FLASHROM_AST1100)" "y"
|
||||
flashrom_cfg += CONFIG_AST1100=yes
|
||||
endif
|
||||
|
||||
|
||||
|
||||
flashrom_target := \
|
||||
$(MAKE_JOBS) \
|
||||
$(CROSS_TOOLS) \
|
||||
|
Loading…
Reference in New Issue
Block a user