diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-19 02:04:57 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-19 02:28:18 +0000 |
commit | f13819386bf35f081eecbacea965549b7df75e24 (patch) | |
tree | b8526763415191cbfd492b76065f6eba272e7e9e /config/coreboot/hp8470pintel_16mb/target.cfg | |
parent | 747b6514eaf00ac71af475daab98509bf8870b23 (diff) |
Enable x86 U-Boot payload on every x86 board
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/hp8470pintel_16mb/target.cfg')
-rw-r--r-- | config/coreboot/hp8470pintel_16mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/hp8470pintel_16mb/target.cfg b/config/coreboot/hp8470pintel_16mb/target.cfg index d960f36b..72e64b8a 100644 --- a/config/coreboot/hp8470pintel_16mb/target.cfg +++ b/config/coreboot/hp8470pintel_16mb/target.cfg @@ -5,3 +5,4 @@ payload_grub="y" payload_memtest="y" grub_scan_disk="ahci" vcfg="hp8470pintel" +payload_uboot_amd64="y"
\ No newline at end of file |