mainboard: Drop redundant DEVICETREE configuration
`devicetree.cb` is the default value for the Kconfig DEVICETREE setting. Drop redundant configurations. Change-Id: I5eded3d5e38ca80986da2fda95050815c2702f82 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52504 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e934be2215
commit
78976c153a
|
@ -56,10 +56,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "BILBY"
|
||||
|
||||
config DEVICETREE
|
||||
string
|
||||
default "devicetree.cb"
|
||||
|
||||
config ONBOARD_VGA_IS_PRIMARY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -26,9 +26,6 @@ config CONSOLE_SERIAL_UART_ADDRESS
|
|||
##########################################################
|
||||
#### Update below when adding a new derivative board. ####
|
||||
##########################################################
|
||||
config DEVICETREE
|
||||
string
|
||||
default "devicetree.cb" if BOARD_PINE64_ROCKPRO64
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
|
|
Loading…
Reference in New Issue