mb/asrock/h110m: Drop DEVICETREE from Kconfig
Drop DEVICETREE from Kconfig since it matches the default value. Built with BUILD_TIMELESS=1, coreboot.rom remains the same. Change-Id: Idbcd49cca6494ae2da0f364c24638d7ca11911da Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49183 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c3c8bed057
commit
9486b1dba6
|
@ -29,10 +29,6 @@ config MAINBOARD_PART_NUMBER
|
||||||
string
|
string
|
||||||
default "H110M"
|
default "H110M"
|
||||||
|
|
||||||
config DEVICETREE
|
|
||||||
string
|
|
||||||
default "devicetree.cb"
|
|
||||||
|
|
||||||
config PRERAM_CBMEM_CONSOLE_SIZE
|
config PRERAM_CBMEM_CONSOLE_SIZE
|
||||||
hex
|
hex
|
||||||
default 0xd00
|
default 0xd00
|
||||||
|
|
Loading…
Reference in New Issue