[PATCH 6/6] config/th1520_lpi4a.h: add more env option for booting linux
wefu at redhat.com
wefu at redhat.com
Wed Mar 27 09:07:27 CET 2024
From: Wei Fu <wefu at redhat.com>
Signed-off-by: Wei Fu <wefu at redhat.com>
Co-authored-by: Yixun Lan <dlan at gentoo.org>
---
include/configs/th1520_lpi4a.h | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/include/configs/th1520_lpi4a.h b/include/configs/th1520_lpi4a.h
index 87496a52c4..6c0c4bc50d 100644
--- a/include/configs/th1520_lpi4a.h
+++ b/include/configs/th1520_lpi4a.h
@@ -17,6 +17,18 @@
/* Environment options */
#define CFG_EXTRA_ENV_SETTINGS \
+ "kernel_addr_r=0x82000000\0" \
+ "kernel_comp_addr_r=0x88000000\0" \
+ "kernel_comp_size=0x4000000\0" \
+ "ramdisk_addr_r=0x8d300000\0" \
+ "fdt_addr_r=0x8e000000\0" \
+ "fdt_addr_fixed=0x20000000\0" \
+ "scriptaddr=0x8e400000\0" \
+ "scriptfile=uEnv_light_lpi4a.txt\0" \
+ "devtype=mmc\0" \
+ "devnum=0\0" \
+ "bootpart=2\0" \
+ "bootcmd=ext4load mmc ${devnum}:${bootpart} ${scriptaddr} ${scriptfile}; env import -t ${scriptaddr} ${filesize};boot\0" \
"PS1=[LPi4A]# \0"
#endif /* __TH1520_LPI4A_H */
--
2.44.0
More information about the U-Boot
mailing list