[U-Boot] [PATCH] ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices

2019-03-21 Thread Dalon Westergreen
From: Dalon Westergreen The sfp file is only valid for Gen5 (Cyclone5 & Arria5) and Arria10 devices. The file should only be built for these devices. Signed-off-by: Dalon Westergreen --- Kconfig | 3 ++- scripts/Makefile.spl | 6 +- 2 files changed, 7 insertions(+), 2

Re: [U-Boot] [PATCH] ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices

2019-03-20 Thread Dalon L Westergreen
On Wed, 2019-03-20 at 18:09 +0100, Marek Vasut wrote: > On 3/20/19 4:40 PM, Dalon Westergreen wrote: > > From: Dalon Westergreen > > > > The sfp file is only valid for Gen5 (Cyclone5 & Arria5) and Arria10 > > devices. The file should only be built for these devices. > > > > Signed-off-by:

Re: [U-Boot] [PATCH] ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices

2019-03-20 Thread Marek Vasut
On 3/20/19 4:40 PM, Dalon Westergreen wrote: > From: Dalon Westergreen > > The sfp file is only valid for Gen5 (Cyclone5 & Arria5) and Arria10 > devices. The file should only be built for these devices. > > Signed-off-by: Dalon Westergreen > --- > Kconfig | 3 ++- >