
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