Re: [U-Boot] [PATCH 2/3] arm: socfpga: stratix10: add CONFIG_SPL_TARGET

2018-09-11 Thread Marek Vasut
On 09/10/2018 07:28 PM, Dalon Westergreen wrote: > Stratix10 combines the u-boot-spl image into the fpga configuration > bitstream so that the SDM can load the processors memory. This > process requires a hex format of the u-boot-spl image. > CONFIG_SPL_TARGET is set to "spl/u-boot-spl.hex" > >

[U-Boot] [PATCH 2/3] arm: socfpga: stratix10: add CONFIG_SPL_TARGET

2018-09-10 Thread Dalon Westergreen
Stratix10 combines the u-boot-spl image into the fpga configuration bitstream so that the SDM can load the processors memory. This process requires a hex format of the u-boot-spl image. CONFIG_SPL_TARGET is set to "spl/u-boot-spl.hex" Signed-off-by: Dalon Westergreen ---