armbian_build/patch/u-boot/u-boot-meson64/u-boot-meson64-support-old-bootscripts.patch
Tony ad07dbb900
Meson64 Le Potato Mainline u-boot (#998)
Le Potato and NanoPi K2 now both use 2018.03 mainline U-boot.
2018-06-05 16:41:44 -04:00

20 lines
584 B
Diff

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index 5794bc0..6f45a5c 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -35,10 +35,14 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_addr_r=0x01000000\0" \
+ "dtb_mem_addr=0x01000000\0" \
"scriptaddr=0x1f000000\0" \
"kernel_addr_r=0x01080000\0" \
"pxefile_addr_r=0x01080000\0" \
+ "loadaddr=0x01080000\0" \
"ramdisk_addr_r=0x13000000\0" \
+ "initrd_start=0x13000000\0" \
+ "bloader=ext4load mmc 0:1\0" \
MESON_FDTFILE_SETTING \
BOOTENV