From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rigby Date: Thu, 07 Aug 2008 13:24:07 -0600 Subject: [U-Boot-Users] [GIT PULL] Please pull mpc512x tree Message-ID: <489B4BD7.1050504@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 Wolfgang, The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c: Jean-Christophe PLAGNIOL-VILLARD (1): drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros are available in the git repository at: git://git.denx.de/u-boot-mpc512x.git master John Rigby (1): mpc5121: squash some fdt fixup errors Kenneth Johansson (1): mpc5121: Move iopin features from board specific to common files. board/ads5121/Makefile | 2 +- board/ads5121/ads5121.c | 58 ++++++++++- board/ads5121/iopin.c | 115 --------------------- board/ads5121/iopin.h | 222 --------------------------------------- cpu/mpc512x/Makefile | 2 +- cpu/mpc512x/cpu.c | 77 +++++++++++--- cpu/mpc512x/iopin.c | 49 +++++++++ include/configs/ads5121.h | 5 +- include/mpc512x.h | 251 +++++++++++++++++++++++++++++++++++++++------ 9 files changed, 388 insertions(+), 393 deletions(-) delete mode 100644 board/ads5121/iopin.c delete mode 100644 board/ads5121/iopin.h create mode 100644 cpu/mpc512x/iopin.c Thanks John