summaryrefslogtreecommitdiff
path: root/resources/u-boot/daisy_spring/board.cfg
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-28 18:22:11 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-29 12:48:21 +0300
commitf9f5d5fcbd3cec81d86c1fc84667cd55ff2d9e89 (patch)
tree6cf3e0cbeb37f984c986dd871a6371a5302d96a4 /resources/u-boot/daisy_spring/board.cfg
parent2dcb7cab72fde82e8585d114d52e4c90cd37e7a9 (diff)
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 <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/daisy_spring/board.cfg')
-rw-r--r--resources/u-boot/daisy_spring/board.cfg2
1 files changed, 2 insertions, 0 deletions
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"