From 954bd826ef2ca615b61a399fa08d460758b3ca18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philip=20M=C3=BCller?= <philm@manjaro.org>
Date: Tue, 6 Sep 2022 10:50:05 +0200
Subject: [PATCH] [pkg-upd] 2022.10rc4-1 - update config

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 542c8a2..2162a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -180,7 +180,7 @@ build() {
   update_config 'CONFIG_SPL_HAS_BSS_LINKER_SECTION' 'y'
   update_config 'CONFIG_SPL_BSS_START_ADDR' '0x400000'
   update_config 'CONFIG_SPL_BSS_MAX_SIZE' '0x2000'
-  update_config 'CONFIG_SPL_STACK=0x400000
+  update_config 'CONFIG_SPL_STACK' '0x400000'
   update_config 'CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR' 'y'
   update_config 'CONFIG_CUSTOM_SYS_INIT_SP_ADDR' '0x300000'
   update_config 'CONFIG_BOOTSTD_FULL' 'y'
-- 
GitLab