From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:07:32 -0700 Subject: [U-Boot] [U-BOOT] [PATCH v3] powerpc/t104xrdb: Unification of T104xRDB header files In-Reply-To: <1396246594-3416-1-git-send-email-vijay.rai@freescale.com> References: <1396246594-3416-1-git-send-email-vijay.rai@freescale.com> Message-ID: <535839A4.2070809@freescale.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 03/30/2014 11:16 PM, Vijay Rai wrote: > T1040RDB, T1042RDB header files are very similar so merged into new header file T104xRDB. > T104xRDB header file can support both T1040RDB and T1042RDB_PI header. > > Patch makes following changes > -Update Boards.cfg file for T1040RDB and T1042RDB_PI > -Add new T104xRDB header file > -Delete T1040RDB, T1042RDB_PI header file > > Signed-off-by: Vijay Rai > Signed-off-by: Priyanka Jain > --- > v3: > - Rebasing to top of the tree Applied to u-boot-mpc85xx/master, thanks. York