commit | eba4955653ce791edf1343e847958b01d28f7dfa | [log] [tgz] |
---|---|---|
author | Dalon Westergreen <dwesterg@gmail.com> | Tue Sep 11 17:25:00 2018 -0700 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 15 03:17:01 2018 +0200 |
tree | 885bf3bd5bc43397e03912b996928b84c16144bd | |
parent | 897dbd789cb37082ba1d834a20afead9807a4194 [diff] |
arm: socfpga: stratix10: Add CONFIG_OF_EMBED The dtb should be embedded in the u-boot-spl image so that the CONFIG_SPL_TARGET of spl/u-boot-spl.hex includes it. This also affects the main u-boot image, so adjust CONFIG_SPL_FS_LOAD_PAYLOAD_NAME to u-boot.img which now also includes the dtb. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>