diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-03 13:57:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-03 13:57:35 +0100 |
commit | 748b20721587793ec296875e41eb8cd02904a693 (patch) | |
tree | df830ce7d136974d8ca64d1ba504c08af8528470 /config/coreboot/g43t-am3 | |
parent | 9caff26332ae2c0c5c49ebb4d9946237c1419561 (diff) |
mark x4x boards ready for release
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/g43t-am3')
-rw-r--r-- | config/coreboot/g43t-am3/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/g43t-am3/target.cfg b/config/coreboot/g43t-am3/target.cfg index af80482f..21b6872f 100644 --- a/config/coreboot/g43t-am3/target.cfg +++ b/config/coreboot/g43t-am3/target.cfg @@ -3,4 +3,4 @@ xarch="i386-elf" payload_seabios="y" payload_memtest="y" grub_timeout=10 -status="untested" +status="stable" |