diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-02-26 21:29:42 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-05 22:22:52 -0500 |
commit | 38d87f42ecbcc78617aa8e8aadb113d473e5fc80 (patch) | |
tree | a6ab639efc15830ad04abc4c79f18b48e87c4244 /projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub | |
parent | 640329e05232d6e009b141a716f7bc6321450c63 (diff) | |
download | librebootfr-38d87f42ecbcc78617aa8e8aadb113d473e5fc80.tar.gz librebootfr-38d87f42ecbcc78617aa8e8aadb113d473e5fc80.zip |
GA-G41M-ES2L: use proper binary prefix for flash size
Diffstat (limited to 'projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub')
-rw-r--r-- | projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/config | 1 | ||||
-rw-r--r-- | projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/dependencies | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/config b/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/dependencies b/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/dependencies new file mode 100644 index 00000000..6640cb8d --- /dev/null +++ b/projects/coreboot/configs/ga-g41m-es2l/16MiB/textmode/grub/dependencies @@ -0,0 +1 @@ +grub coreboot |