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/u-boot/qemu_x86_12mb/target.cfg | |
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/u-boot/qemu_x86_12mb/target.cfg')
-rw-r--r-- | config/u-boot/qemu_x86_12mb/target.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/u-boot/qemu_x86_12mb/target.cfg b/config/u-boot/qemu_x86_12mb/target.cfg new file mode 100644 index 00000000..24b7cb0c --- /dev/null +++ b/config/u-boot/qemu_x86_12mb/target.cfg @@ -0,0 +1,2 @@ +tree="default" +arch="x86_64" |