Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
mb/msi/h81m-p33: Put MAINBOARD_DIR in double quotes

Change-Id: I73160985c025cb0945a4ac16c8c3ebb988d3858f
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52065
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/mainboard/msi/h81m-p33/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/msi/h81m-p33/Kconfig b/src/mainboard/msi/h81m-p33/Kconfig
index 185c340..de21a55 100644
--- a/src/mainboard/msi/h81m-p33/Kconfig
+++ b/src/mainboard/msi/h81m-p33/Kconfig
@@ -17,7 +17,7 @@

config MAINBOARD_DIR
string
- default msi/h81m-p33
+ default "msi/h81m-p33"

config MAINBOARD_PART_NUMBER
string

To view, visit change 52065. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I73160985c025cb0945a4ac16c8c3ebb988d3858f
Gerrit-Change-Number: 52065
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged