diff options
Diffstat (limited to 'config/coreboot/x301_16mb/target.cfg')
-rw-r--r-- | config/coreboot/x301_16mb/target.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/coreboot/x301_16mb/target.cfg b/config/coreboot/x301_16mb/target.cfg index a364653c..4d4a4c25 100644 --- a/config/coreboot/x301_16mb/target.cfg +++ b/config/coreboot/x301_16mb/target.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + tree="default" xarch="i386-elf" payload_seabios="y" @@ -5,4 +7,4 @@ payload_grub="y" payload_memtest="y" release="n" grub_scan_disk="ahci" -payload_uboot_amd64="y"
\ No newline at end of file +payload_uboot_amd64="y" |