EricR Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49920 )
Change subject: mb/google/brya: Add variants overridetree.cb path ......................................................................
mb/google/brya: Add variants overridetree.cb path
Add variants overridetree.cb path.
BUG=b:174266035 TEST=Build Test
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I2940332044aa4c2de6d58f5d0d2a2a7c1b2c3478 --- M src/mainboard/google/brya/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/49920/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 4f1854c..a7a95f7 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -31,6 +31,10 @@ string default "variants/baseboard/devicetree.cb"
+config OVERRIDE_DEVICETREE + string + default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" + config MAINBOARD_DIR string default "google/brya"