Re: [U-Boot] [PATCH 1/3] common: add spl/u-boot-spl.hex target

2018-09-11 Thread Marek Vasut
On 09/10/2018 07:28 PM, Dalon Westergreen wrote: > Some devices, namely Intel's stratix10 SoC, require u-boot-spl in > a hex format. This patch adds spl/u-boot-spl.hex as a possible > target. > > Signed-off-by: Dalon Westergreen > --- > Makefile | 5 + > 1 file changed, 5 insertions(+) > >

[U-Boot] [PATCH 1/3] common: add spl/u-boot-spl.hex target

2018-09-10 Thread Dalon Westergreen
Some devices, namely Intel's stratix10 SoC, require u-boot-spl in a hex format. This patch adds spl/u-boot-spl.hex as a possible target. Signed-off-by: Dalon Westergreen --- Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f30dd8e9b7..133d7ac773 100644