diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-01 05:59:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-01 05:59:31 +0100 |
commit | 50f6943ccd71c0249915c17e993bcb5c3341d5d3 (patch) | |
tree | f2b51a9b24cbed2540d71cbb51f1cba92e71364f | |
parent | df5e321648f53ffa3c7d8ec2428deddb3e58a8d3 (diff) |
set gru bob/kevin stable for release
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/gru_bob/target.cfg | 2 | ||||
-rw-r--r-- | config/coreboot/gru_kevin/target.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/coreboot/gru_bob/target.cfg b/config/coreboot/gru_bob/target.cfg index c6ad9102..86283f7a 100644 --- a/config/coreboot/gru_bob/target.cfg +++ b/config/coreboot/gru_bob/target.cfg @@ -1,4 +1,4 @@ tree="default" xarch="aarch64-elf arm-eabi" payload_uboot="y" -status="unstable" +status="stable" diff --git a/config/coreboot/gru_kevin/target.cfg b/config/coreboot/gru_kevin/target.cfg index c6ad9102..86283f7a 100644 --- a/config/coreboot/gru_kevin/target.cfg +++ b/config/coreboot/gru_kevin/target.cfg @@ -1,4 +1,4 @@ tree="default" xarch="aarch64-elf arm-eabi" payload_uboot="y" -status="unstable" +status="stable" |