
14 Apr
2016
14 Apr
'16
10:31 p.m.
On 04/13/2016 05:03 PM, Marek Vasut wrote:
to avoid defining them in individual SoCFPGA config files.
Also to avoid a build error, move CONFIG_CMD_GPIO that was in socfpga_sr1500.h to socfpga_sr1500_defconfig.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com
Acked-by: Stefan Roese sr@denx.de
The reason why these configs were not in socfpga_common.h was to let boards configure which commands they will include, but I am fine with this patch too.
Would you be interested in sending replacement patch , which moves these configs to Kconfig instead and move the config options to configs/socfpga*defconfig ? It would be helpful, but if not, I will just pick this one.
Sure, I can send you an updated patch using Kconfig.
Dinh