Julien Viard de Galbert has uploaded this change for review.

View Change

mb/scaleway/tagada: set SMBIOS Enclosure Type in Kconfig.

Change-Id: I7acffcf3fc36742c77ce00b253f5b0a68d435798
Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net>
---
M src/mainboard/scaleway/tagada/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/24911/1
diff --git a/src/mainboard/scaleway/tagada/Kconfig b/src/mainboard/scaleway/tagada/Kconfig
index 53c1f6d..b0a52c2 100644
--- a/src/mainboard/scaleway/tagada/Kconfig
+++ b/src/mainboard/scaleway/tagada/Kconfig
@@ -2,6 +2,7 @@
## This file is part of the coreboot project.
##
## Copyright (C) 2014 - 2017 Intel Corporation.
+## Copyright (C) 2017 - 2018 Online SAS.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -33,4 +34,8 @@
string
default "Scaleway"

+config SMBIOS_ENCLOSURE_TYPE
+ hex
+ default 0x19
+
endif # BOARD_SCALEWAY_TAGADA

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7acffcf3fc36742c77ce00b253f5b0a68d435798
Gerrit-Change-Number: 24911
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert@online.net>