diff options
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/Kconfig b/src/mainboard/gizmosphere/gizmo/Kconfig index 51f7fa0d5d..e195e8f0a2 100644 --- a/src/mainboard/gizmosphere/gizmo/Kconfig +++ b/src/mainboard/gizmosphere/gizmo/Kconfig @@ -31,7 +31,7 @@ config BOARD_SPECIFIC_OPTIONS config MAINBOARD_DIR string - default gizmosphere/gizmo + default "gizmosphere/gizmo" config MAINBOARD_PART_NUMBER string diff --git a/src/mainboard/gizmosphere/gizmo2/Kconfig b/src/mainboard/gizmosphere/gizmo2/Kconfig index 94158baa7a..034b6eeaf3 100644 --- a/src/mainboard/gizmosphere/gizmo2/Kconfig +++ b/src/mainboard/gizmosphere/gizmo2/Kconfig @@ -32,7 +32,7 @@ config BOARD_SPECIFIC_OPTIONS config MAINBOARD_DIR string - default gizmosphere/gizmo2 + default "gizmosphere/gizmo2" config MAINBOARD_PART_NUMBER string |