Julien Viard de Galbert has uploaded this change for review. ( https://review.coreboot.org/24911
Change subject: mb/scaleway/tagada: set SMBIOS Enclosure Type in Kconfig. ......................................................................
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