blob: 0967df76dd87fb94018eb80a78b183cc9f84f440 [file] [log] [blame]
Patrick Williamsb9af8752023-01-30 13:28:01 -06001From 726f8b4dbd3c5b1873aad531d5e26af3acd9b9ca Mon Sep 17 00:00:00 2001
2From: 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
13index 0c11b6b3331e..4ba4bebfbbae 100644
14--- a/include/configs/vexpress_aemv8.h
15+++ b/include/configs/vexpress_aemv8.h
16@@ -192,8 +192,10 @@
17 #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"