diff options
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 6891c0b7f4..738735e8f5 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -56,10 +56,7 @@ config GBB_HWID config DEVICETREE string - default "variants/falco/devicetree.cb" if BOARD_GOOGLE_FALCO - default "variants/leon/devicetree.cb" if BOARD_GOOGLE_LEON - default "variants/peppy/devicetree.cb" if BOARD_GOOGLE_PEPPY - default "variants/wolf/devicetree.cb" if BOARD_GOOGLE_WOLF + default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" config MMCONF_BASE_ADDRESS hex |