From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Tue, 5 Mar 2019 22:54:24 -0600 Subject: [U-Boot] [PATCH v11 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK In-Reply-To: <20190305162310.1396-9-tien.fong.chee@intel.com> References: <20190305162310.1396-1-tien.fong.chee@intel.com> <20190305162310.1396-9-tien.fong.chee@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3/5/19 10:23 AM, tien.fong.chee at intel.com wrote: > From: Tien Fong Chee > > Update the default configuration file to enable the necessary functionality > the get the kit working. > > Signed-off-by: Tien Fong Chee > > --- > > changes for v8 > - Moved the FIT related configs to the patch of configuration for FPGA > SoCFPGA A10 SoCDK. > > changes for v7 > - Keep minimal configs. > --- > configs/socfpga_arria10_defconfig | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) Why are there 2 patches touching socfpga_arria10_defconfig in this series? Can you squash them into 1? Dinh