From f9f5d5fcbd3cec81d86c1fc84667cd55ff2d9e89 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sun, 28 Aug 2022 18:22:11 +0300 Subject: u-boot: Add spring chromebook configs This adds U-Boot configuration for the HP Chromebook 11 G1, also known as "spring" in the U-Boot upstream defconfigs. It uses the shared tree for the "daisy" baseboard. The config is almost the same as upstream defconfig, but with REMAKE_ELF and POSITION_INDEPENDENT enabled. Untested since I don't have the spring chromebook. Signed-off-by: Alper Nebi Yasak --- resources/u-boot/daisy_spring/board.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/daisy_spring/board.cfg (limited to 'resources/u-boot/daisy_spring/board.cfg') diff --git a/resources/u-boot/daisy_spring/board.cfg b/resources/u-boot/daisy_spring/board.cfg new file mode 100644 index 00000000..120ba67f --- /dev/null +++ b/resources/u-boot/daisy_spring/board.cfg @@ -0,0 +1,2 @@ +ubtree="daisy" +arch="ARMv7" -- cgit v1.2.1