summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKah Jing Lee <kah.jing.lee@intel.com>2022-03-14 11:01:19 +0800
committerKah Jing Lee <kah.jing.lee@intel.com>2022-03-22 17:12:34 +0800
commit8a69e985a84eedf76a87b45d44e2cb4698edc844 (patch)
treef724cf0f0ff48f4590aabe5e382804ec5f07b548
parenta469fd1ebfa5a3a4a219f75f9905c6c2175962a1 (diff)
downloadu-boot-socfpga-8a69e985a84eedf76a87b45d44e2cb4698edc844.tar.gz
HSD#15010839051: configs: add env. variable to support compressed kernel
in qspiboot Fix qspiboot issue which uncompressed kernel(5.16) overflows to rootfs Add 2 env. variables to support compressed kernel in legacy qspiboot: setenv kernel_comp_addr_r 0x9000000 setenv kernel_comp_size 0x01000000 Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com>
-rw-r--r--include/configs/socfpga_soc64_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
index c52c44a4d5..2157011b29 100644
--- a/include/configs/socfpga_soc64_common.h
+++ b/include/configs/socfpga_soc64_common.h
@@ -186,6 +186,8 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
#else
#define CONFIG_EXTRA_ENV_SETTINGS \
+ "kernel_comp_addr_r=0x9000000\0" \
+ "kernel_comp_size=0x01000000\0" \
"qspibootimageaddr=0x020E0000\0" \
"qspifdtaddr=0x020D0000\0" \
"bootimagesize=0x01F00000\0" \