[PATCH] meson64: add kernel compression vars
Artem Lapkin
email2tema at gmail.com
Thu May 27 08:43:51 CEST 2021
make possible to load simple compressed linux kernel for meson64
Signed-off-by: Artem Lapkin <art at khadas.com>
---
include/configs/meson64.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index e3d25493..552a08c2 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -113,6 +113,8 @@
"stdin=" STDIN_CFG "\0" \
"stdout=" STDOUT_CFG "\0" \
"stderr=" STDOUT_CFG "\0" \
+ "kernel_comp_addr_r=0x0d080000\0" \
+ "kernel_comp_size=0x2000000\0" \
"fdt_addr_r=0x08008000\0" \
"loadaddr=0x01000000\0" \
"scriptaddr=0x08000000\0" \
--
2.25.1
More information about the U-Boot
mailing list