summaryrefslogtreecommitdiff
path: root/config/u-boot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-06 02:35:36 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-06 02:35:36 +0100
commitba36f26d6266ef6f980ddd9db5237db29d1c7c66 (patch)
tree3e8adc2e20967c1b361b8f2076f2893f692851b1 /config/u-boot
parentbea089bbe4a720e39ba78850f015c67dbe3d1a43 (diff)
handle build.list from config/data/, not config/
certain code checks for build.list, to skip it, for example in items() we already use config/data/grub to store grub config data that applied to all trees create these directories too: config/data/coreboot config/data/u-boot config/data/seabios move the respective build.list files in here, and also to config/data/grub now multi-tree projects contain, per directory, just the target.cfg file and the patches directory. this is much cleaner, because some of the logic can be simplified more Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot')
-rw-r--r--config/u-boot/build.list6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/u-boot/build.list b/config/u-boot/build.list
deleted file mode 100644
index 8d9a5cf0..00000000
--- a/config/u-boot/build.list
+++ /dev/null
@@ -1,6 +0,0 @@
-u-boot
-u-boot.bin
-u-boot.dtb
-u-boot.img
-u-boot.itb
-u-boot.elf