summaryrefslogtreecommitdiff
path: root/config/coreboot/gru_kevin
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-25 03:09:29 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-25 03:09:29 +0100
commit8c3f10ba402e7535529decf008cfd3dbd39d9d7e (patch)
tree671112f61bbd8c49c01f8182f7346c8fcba7504f /config/coreboot/gru_kevin
parent3e28873532b13a750df04d8dad8ffacb159cc7da (diff)
rom.sh: simplify u-boot payload handling
define it with a single variable, rather than several. this allows several checks to be greatly simplified. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/gru_kevin')
-rw-r--r--config/coreboot/gru_kevin/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/gru_kevin/target.cfg b/config/coreboot/gru_kevin/target.cfg
index 81a93f27..26fd442b 100644
--- a/config/coreboot/gru_kevin/target.cfg
+++ b/config/coreboot/gru_kevin/target.cfg
@@ -2,5 +2,5 @@
tree="default"
xarch="aarch64-elf arm-eabi"
-payload_uboot="y"
+payload_uboot="arm64"
build_depend="u-boot/gru_kevin"