From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Thu, 14 Apr 2016 15:31:55 -0500 Subject: [U-Boot] [PATCH] arm: socfpga: clean up common config options In-Reply-To: <570EC22B.5020205@denx.de> References: <1460561696-8100-1-git-send-email-dinguyen@opensource.altera.com> <570E825A.2080806@denx.de> <570EC22B.5020205@denx.de> Message-ID: <570FFE3B.30508@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> >> Acked-by: Stefan Roese > > 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