dont export sandpoint options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@976 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a8d2240e6a
commit
375505f5cc
|
@ -196,7 +196,7 @@ define ROM_IMAGE_SIZE
|
|||
comment "Default image size"
|
||||
end
|
||||
define ROM_SECTION_SIZE
|
||||
default FALLBACK_SIZE
|
||||
default {FALLBACK_SIZE}
|
||||
format "0x%x"
|
||||
export used
|
||||
comment "Default rom section size"
|
||||
|
@ -578,26 +578,26 @@ end
|
|||
###############################################
|
||||
define CONFIG_SANDPOINT_ALTIMUS
|
||||
default 0
|
||||
export used
|
||||
export never
|
||||
comment "Configure Sandpoint with Altimus PMC"
|
||||
end
|
||||
define CONFIG_SANDPOINT_TALUS
|
||||
default 0
|
||||
export used
|
||||
export never
|
||||
comment "Configure Sandpoint with Talus PMC"
|
||||
end
|
||||
define CONFIG_SANDPOINT_UNITY
|
||||
default 0
|
||||
export used
|
||||
export never
|
||||
comment "Configure Sandpoint with Unity PMC"
|
||||
end
|
||||
define CONFIG_SANDPOINT_VALIS
|
||||
default 0
|
||||
export used
|
||||
export never
|
||||
comment "Configure Sandpoint with Valis PMC"
|
||||
end
|
||||
define CONFIG_SANDPOINT_GYRUS
|
||||
default 0
|
||||
export used
|
||||
export never
|
||||
comment "Configure Sandpoint with Gyrus PMC"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue