commit | 48ddc2ea96afdf188ac523b6a8b1fc8119763e6f | [log] [tgz] |
---|---|---|
author | Dalon Westergreen <dwesterg@gmail.com> | Mon Sep 10 10:28:48 2018 -0700 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 15 03:17:01 2018 +0200 |
tree | 996a70e1a7a48eefae99200cc38cd6891a6eb0cb | |
parent | e460ab54b73ee234431e927e1f63004be73cf943 [diff] |
arm: socfpga: stratix10: add CONFIG_SPL_TARGET 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 <dwesterg@gmail.com>