diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
commit | 9583a3919ca06cb67b2cdda34b1972a3051d0cb0 (patch) | |
tree | 0f5c93a3e2e32396bb0939d5743074fc65cb46e3 /config/coreboot/gru_bob | |
parent | 383b9754fc65ed407ff57c8bc917ab839d37b0a7 (diff) | |
parent | 30bc3732c39cbb14faa8f7caf0c9206f6a401008 (diff) |
Merge branch 'master' into 25.06_branch
Diffstat (limited to 'config/coreboot/gru_bob')
-rw-r--r-- | config/coreboot/gru_bob/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/gru_bob/target.cfg b/config/coreboot/gru_bob/target.cfg index e5866cb7..dda11b5f 100644 --- a/config/coreboot/gru_bob/target.cfg +++ b/config/coreboot/gru_bob/target.cfg @@ -2,5 +2,5 @@ tree="default" xarch="aarch64-elf arm-eabi" -payload_uboot="y" +payload_uboot="arm64" build_depend="u-boot/gru_bob" |