Jared McNeill writes:
> You shouldn't set fdtfile in this script because U-Boot already sets
> it. From socfpga_de0_nano_soc_defconfig:
>
> CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
>
> This way, if you match on the SoC type in this file, you can run on
> any board using this So
On Thu, 22 Nov 2018, Aymeric Vincent wrote:
src/distrib/utils/embedded/files: armv7_boot.cmd
You shouldn't set fdtfile in this script because U-Boot already sets it.
From socfpga_de0_nano_soc_defconfig:
CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
This way, if you m