
Hi Tom,
Le 28/03/2012 23:54, Tom Rini a écrit :
Hello,
The following changes since commit 4a3ea216414ad762b3718775a65437c13f0accbc: Rob Herring (1): ARM: highbank: setup env from boot source register
are available in the git repository at:
git://git.denx.de/u-boot-ti master
Anatolij Gustschin (2): board/ti/beagle/beagle.c: Fix build warnings arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warnings
Tom Rini (3): sdrc.c: Fix typo in do_sdrc_init() for SPL OMAP: Remove omap1610inn-based boards OMAP: Move omap1510inn to Unmaintained / Orphaned
MAINTAINERS | 8 +- arch/arm/cpu/armv7/omap-common/clocks-common.c | 4 +- arch/arm/cpu/armv7/omap3/sdrc.c | 2 +- board/ti/beagle/beagle.c | 3 +- board/ti/omap1610inn/Makefile | 45 --- board/ti/omap1610inn/config.mk | 26 -- board/ti/omap1610inn/flash.c | 495 ------------------------ board/ti/omap1610inn/lowlevel_init.S | 452 --------------------- board/ti/omap1610inn/omap1610innovator.c | 309 --------------- boards.cfg | 10 +- include/configs/omap1610h2.h | 197 ---------- include/configs/omap1610inn.h | 202 ---------- 12 files changed, 8 insertions(+), 1745 deletions(-) delete mode 100644 board/ti/omap1610inn/Makefile delete mode 100644 board/ti/omap1610inn/config.mk delete mode 100644 board/ti/omap1610inn/flash.c delete mode 100644 board/ti/omap1610inn/lowlevel_init.S delete mode 100644 board/ti/omap1610inn/omap1610innovator.c delete mode 100644 include/configs/omap1610h2.h delete mode 100644 include/configs/omap1610inn.h
While not all of these patches have been around for long, they are either:
- Remove broken boards (omap1610inn) or make doing so in the future easier (omap1510inn)
- Long-standing warning fixes
- Obvious thinko fixes.
Applied to u-boot-arm/master, thanks.
Amicalement,