diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-23 19:18:44 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-23 20:15:19 +0300 |
commit | 03c830b2e9dd8f0847045700349c69ab40458ad8 (patch) | |
tree | 3e2c0139be469fcc17c7644d36ee56bbacab4bfa /config/coreboot | |
parent | 280bccebb5dfbbb7fd3eceab85165bac73523f7c (diff) |
u-boot: Add qemu_x86_12mb build again
Add a U-Boot build for the qemu_x86_12mb board. The config is a copy of
the upstream "coreboot" defconfig, but with OF_EMBED=y.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/qemu_x86_12mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/qemu_x86_12mb/target.cfg b/config/coreboot/qemu_x86_12mb/target.cfg index d46f30b7..cefa53aa 100644 --- a/config/coreboot/qemu_x86_12mb/target.cfg +++ b/config/coreboot/qemu_x86_12mb/target.cfg @@ -5,6 +5,7 @@ payload_grub="y" payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" +payload_uboot="y" grub_scan_disk="both" vendorfiles="n" microcode_required="n" |