[coreboot-gerrit] Change in coreboot[master]: mb/*/*/Kconfig: Don't specify devicetree path if default val used

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Nov 16 10:45:50 CET 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/29625 )

Change subject: mb/*/*/Kconfig: Don't specify devicetree path if default val used
......................................................................

mb/*/*/Kconfig: Don't specify devicetree path if default val used

Change-Id: I3d77a625c5ece7b7ea5476fe0bd42829d1fc72c4
Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
Reviewed-on: https://review.coreboot.org/29625
Reviewed-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-by: Angel Pons <th3fanbus at gmail.com>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
---
M src/mainboard/cavium/cn8100_sff_evb/Kconfig
M src/mainboard/google/gru/Kconfig
M src/mainboard/intel/leafhill/Kconfig
M src/mainboard/opencellular/elgon/Kconfig
4 files changed, 0 insertions(+), 11 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Elyes HAOUAS: Looks good to me, approved
  Angel Pons: Looks good to me, approved



diff --git a/src/mainboard/cavium/cn8100_sff_evb/Kconfig b/src/mainboard/cavium/cn8100_sff_evb/Kconfig
index b95ddf6..0cb6f5a 100644
--- a/src/mainboard/cavium/cn8100_sff_evb/Kconfig
+++ b/src/mainboard/cavium/cn8100_sff_evb/Kconfig
@@ -61,9 +61,6 @@
 ##########################################################
 #### Update below when adding a new derivative board. ####
 ##########################################################
-config DEVICETREE
-	string
-	default "devicetree.cb"
 
 config MAINBOARD_PART_NUMBER
 	string
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index fee2dd0..49944a8 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -105,7 +105,6 @@
 config DEVICETREE
 	string
 	default "devicetree.scarlet.cb" if BOARD_GOOGLE_SCARLET
-	default "devicetree.cb"
 
 config MAINBOARD_PART_NUMBER
 	string
diff --git a/src/mainboard/intel/leafhill/Kconfig b/src/mainboard/intel/leafhill/Kconfig
index 79ee3d0..94d0493 100644
--- a/src/mainboard/intel/leafhill/Kconfig
+++ b/src/mainboard/intel/leafhill/Kconfig
@@ -11,10 +11,6 @@
 	string
 	default intel/leafhill
 
-config DEVICETREE
-	string
-	default "devicetree.cb"
-
 config MAINBOARD_PART_NUMBER
 	string
 	default "Leafhill"
diff --git a/src/mainboard/opencellular/elgon/Kconfig b/src/mainboard/opencellular/elgon/Kconfig
index 3e0a125..3ba2a60 100644
--- a/src/mainboard/opencellular/elgon/Kconfig
+++ b/src/mainboard/opencellular/elgon/Kconfig
@@ -80,9 +80,6 @@
 ##########################################################
 #### Update below when adding a new derivative board. ####
 ##########################################################
-config DEVICETREE
-	string
-	default "devicetree.cb"
 
 config MAINBOARD_PART_NUMBER
 	string

-- 
To view, visit https://review.coreboot.org/29625
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3d77a625c5ece7b7ea5476fe0bd42829d1fc72c4
Gerrit-Change-Number: 29625
Gerrit-PatchSet: 2
Gerrit-Owner: Peter Lemenkov <lemenkov at gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181116/93bce620/attachment.html>


More information about the coreboot-gerrit mailing list