From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Wed, 28 Jun 2017 08:18:08 +0000 Subject: [U-Boot] [PATCH v10 3/6] arm: socfpga: Convert FPGA and FPGA_ALTERA configuration to Kconfig In-Reply-To: <9e1d441a-5b5a-34bf-07e4-a18da44242f1@kernel.org> References: <1496896406-3140-1-git-send-email-tien.fong.chee@intel.com> <1496896406-3140-4-git-send-email-tien.fong.chee@intel.com> <9e1d441a-5b5a-34bf-07e4-a18da44242f1@kernel.org> Message-ID: <1498637883.2717.2.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Sel, 2017-06-27 at 09:45 -0500, Dinh Nguyen wrote: > > On 06/07/2017 11:33 PM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > This converts the following to Kconfig: > >    CONFIG_FPGA > >    CONFIG_FPGA_ALTERA > > > > Signed-off-by: Tien Fong Chee > > --- > >  configs/astro_mcf5373l_defconfig    | 1 + > >  configs/theadorable_debug_defconfig | 1 + > >  configs/theadorable_defconfig       | 1 + > >  include/configs/astro_mcf5373l.h    | 2 -- > >  include/configs/theadorable.h       | 2 -- > >  5 files changed, 3 insertions(+), 4 deletions(-) > > > The commit header of this patch is wrong. This patch has nothing to > do > with "arm: socfpga" > Okay, i will change that. > Dinh