ret = setenv_hex("fdt_addr", nvtboot_boot_x0); ret = env_set_hex("fdt_addr", nvtboot_boot_x0); if (ret) { printf("Failed to set fdt_addr to point at DTB: %d\n", ret); return ret;2 changes: 1 addition & 1 deletion 2 arch/arm/mach-uniphier/mmc-first-dev.c Original...
; fastboot 0; fi; bootscript=echo Running bootscript from mmc ...; source console=ttymxc1,115200 emmc_dev=2 ethprime=eth1 fastboot_dev=mmc2 fdt_addr=0x43000000 fdt_buffer=8192 fdt_file=imx8mp-edm-g-wb.dtb fdt_high=0xffffffffffffffff fdtcontroladdr=fcbf78b8 image=Image initr...