diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-04-19 13:52:07 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-04-20 18:02:23 +0000 |
commit | 78976c153aacf3e081536dafbc6eefd2bd1aadfc (patch) | |
tree | 45e18d2349d12fba18b8e29af7e1cb6b8d2d2ea1 /src | |
parent | e934be2215a864a63758a96865313735b8b36aff (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/bilby/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/pine64/rockpro64/Kconfig | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/amd/bilby/Kconfig b/src/mainboard/amd/bilby/Kconfig index 6c25f2a0f2..9688ffe002 100644 --- a/src/mainboard/amd/bilby/Kconfig +++ b/src/mainboard/amd/bilby/Kconfig @@ -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 diff --git a/src/mainboard/pine64/rockpro64/Kconfig b/src/mainboard/pine64/rockpro64/Kconfig index 4408d77499..4e04cc68d6 100644 --- a/src/mainboard/pine64/rockpro64/Kconfig +++ b/src/mainboard/pine64/rockpro64/Kconfig @@ -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 |