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

2019-03-20 Thread Marek Vasut
On 3/20/19 9:15 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 > --- > Changes from v1: > -> Remove duplicate

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

2019-03-20 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 --- Changes from v1: -> Remove duplicate entries for GEN5 and ARRIA10 --- Kconfig | 3 ++-