From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 11 May 2015 07:40:10 -0700 Subject: [U-Boot] [PATCH 0/10] i.MX6: move duplicated options to mx6_common to standardise mx6 config In-Reply-To: <1431343409-4707-1-git-send-email-pbrobinson@gmail.com> References: <1431343409-4707-1-git-send-email-pbrobinson@gmail.com> Message-ID: <5550BF4A.2050100@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks Peter, On 05/11/2015 04:23 AM, Peter Robinson wrote: > There's a lot of common options in the i.MX6 boards that are repeated across a > lot of the devices. There's a mx6_common.h which is little used but makes sense > to be the central location for all the options we want across all mx6 boards to > ensure a consistent set of features. This is a first pass at moving those options > and unifying the common options to a standard default. > > > > 26 files changed, 81 insertions(+), 1232 deletions(-) > For the series: Reviewed-by: Eric Nelson