From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Thu, 25 Jan 2007 19:17:09 -0600 Subject: [U-Boot-Users] [PATCH] Add support for the MPC8349E-mITX-GP In-Reply-To: <1169046585794-git-send-email-timur@freescale.com> References: <1169046585794-git-send-email-timur@freescale.com> Message-ID: <20070125191709.457ccbf4.kim.phillips@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 Wed, 17 Jan 2007 09:09:45 -0600 timur at freescale.com wrote: > From: Timur Tabi > > Add support for the MPC8349E-mITX-GP, a stripped-down version of the > MPC8349E-mITX. > > Signed-off-by: Timur Tabi > --- > MAINTAINERS | 1 + > Makefile | 16 ++- > board/mpc8349itx/config.mk | 6 +- > board/mpc8349itx/mpc8349itx.c | 105 ++-------- > include/configs/MPC8349ITX.h | 463 ++++++++++++++++------------------------- > include/mpc83xx.h | 41 ++++ Timur, this looks good except new boards should at least have their own config file; I have a problem with multiple ifdef CONFIG_MPC8349ITX checks in MPC8349ITX.h. Also, there are unrelated modifications in this patch - please respin. Thanks, Kim