From 330f985da6af3f7be139b53485234dea5680d5b7 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sun, 28 Aug 2022 18:14:15 +0300 Subject: u-boot: Add nyan blaze chromebook configs This adds U-Boot configuration for the HP Chromebook 14 G3, also known as "nyan-blaze" but not in the U-Boot upstream defconfigs. Apparently the "nyan-big" defconfig can also work for this version. It uses the shared tree for the "nyan" 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 nyan blaze chromebook. Signed-off-by: Alper Nebi Yasak --- resources/u-boot/nyan_blaze/board.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/u-boot/nyan_blaze/board.cfg (limited to 'resources/u-boot/nyan_blaze/board.cfg') diff --git a/resources/u-boot/nyan_blaze/board.cfg b/resources/u-boot/nyan_blaze/board.cfg new file mode 100644 index 00000000..094a8189 --- /dev/null +++ b/resources/u-boot/nyan_blaze/board.cfg @@ -0,0 +1,2 @@ +ubtree="veyron" +arch="ARMv7" -- cgit v1.2.1