From a4b9cf51381c9485c5240da1d8ba82ef17099351 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Thu, 18 Feb 2021 02:25:39 +0100 Subject: [PATCH] common: update coreboot sdk --- common/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/variables.sh b/common/variables.sh index 04aaf93..d4351c0 100755 --- a/common/variables.sh +++ b/common/variables.sh @@ -5,7 +5,7 @@ ################################################################################ ## VARIABLES ################################################################################ -export COREBOOT_SDK_VERSION="65718760fa" +export COREBOOT_SDK_VERSION="0ad5fbd48d" export DOCKER_ROOT_DIR="/home/coreboot" export DOCKER_SCRIPT_DIR="$DOCKER_ROOT_DIR/scripts"