From 59dba6cfcdc6c154e4d46c14c42e7b6f0b84c7b5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 16 Aug 2023 21:34:21 +0100 Subject: merge coreboot/u-boot download logic to one script they are fundamentally the same, in an lbmk context. they are downloaded in the same way, and compiled in the same way! (Kconfig infrastructure, board-specific code, the way submodules are used in git, etc) ~200 sloc reduction in resources/scripts the audit begins Signed-off-by: Leah Rowe --- resources/u-boot/default/target.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/default/target.cfg (limited to 'resources/u-boot/default/target.cfg') diff --git a/resources/u-boot/default/target.cfg b/resources/u-boot/default/target.cfg new file mode 100644 index 00000000..62287217 --- /dev/null +++ b/resources/u-boot/default/target.cfg @@ -0,0 +1,2 @@ +tree="default" +rev="62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9" # v2023.01 -- cgit v1.2.1