diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-09 20:57:08 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-09 20:57:08 +0100 |
commit | 62cf9939042e7adc80b58dc436f2e8335c492767 (patch) | |
tree | a5f15b79b002464d874a558c0d08bb5200c62ad0 /resources/coreboot/daisy_spring/board.cfg | |
parent | e80b24e90609b369637617bc3420c21dcfa82043 (diff) |
remove daisy and peach boards (todo: re-add)
bl1 bootloader blobs needed, and lbmk doesn't currently
auto-download these for insertion, so their presence in
the build system is problematic because people might build
these and think they work - they don't, due to the lack of
those bl1 blobs
notes about this are included in lbwww, on the compatibility
list. these can be re-added and tested later, when lbmk handles
those bl1 bootloader blobs
Diffstat (limited to 'resources/coreboot/daisy_spring/board.cfg')
-rw-r--r-- | resources/coreboot/daisy_spring/board.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/coreboot/daisy_spring/board.cfg b/resources/coreboot/daisy_spring/board.cfg deleted file mode 100644 index cf80db75..00000000 --- a/resources/coreboot/daisy_spring/board.cfg +++ /dev/null @@ -1,4 +0,0 @@ -cbtree="cros" -romtype="normal" -arch="ARMv7" -payload_uboot="y" |