Squelch some warnings from Kconfig
Overriding global config entries in mainboard directory Kconfig files often raise unnecessary warnings. Squelch some of those. Change-Id: Ib5127672ae068670028aa25c8ccb5366277622f2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5699 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
b275757212
commit
618de689c3
3 changed files with 2 additions and 12 deletions
|
|
@ -49,10 +49,6 @@ config MAX_PHYSICAL_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config LOGICAL_CPUS
|
||||
bool
|
||||
default y
|
||||
|
||||
config HEAP_SIZE
|
||||
hex
|
||||
default 0x20000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue