blob: bd2ed131af7bd2458ead15f524a9f0a411953e51 [file] [log] [blame]
Patrick Williams705982a2024-01-12 09:51:57 -06001From 3d266a5d77c908566b1a541f3ff8b717f17a9a8a Mon Sep 17 00:00:00 2001
Patrick Williamsb9af8752023-01-30 13:28:01 -06002From: Jon Mason <jdmason@kudzu.us>
3Date: Mon, 19 Dec 2022 11:36:04 -0500
4Subject: [PATCH] configs: vexpress: modify to boot compressed initramfs
5
6Signed-off-by: Jon Mason <jdmason@kudzu.us>
7Upstream-Status: Inappropriate
8---
9 include/configs/vexpress_aemv8.h | 4 +++-
10 1 file changed, 3 insertions(+), 1 deletion(-)
11
12diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h
Patrick Williams705982a2024-01-12 09:51:57 -060013index 24d8ca086653..0935461340b7 100644
Patrick Williamsb9af8752023-01-30 13:28:01 -060014--- a/include/configs/vexpress_aemv8.h
15+++ b/include/configs/vexpress_aemv8.h
Patrick Williams705982a2024-01-12 09:51:57 -060016@@ -198,8 +198,10 @@
Patrick Williamsb9af8752023-01-30 13:28:01 -060017 #define VEXPRESS_RAMDISK_ADDR 0x8fe00000
18
19 #define EXTRA_ENV_NAMES \
20+ "kernel_comp_addr_r=0x90000000\0" \
21+ "kernel_comp_size=0x3000000\0" \
22 "kernel_name=norkern\0" \
23- "kernel_alt_name=Image\0" \
24+ "kernel_alt_name=Image.gz\0" \
25 "ramdisk_name=ramdisk.img\0" \
26 "fdtfile=board.dtb\0" \
27 "fdt_alt_name=juno\0"