The following changes since commit 104d04ed57d5de5d11fcd5b2242dadd325e9ce8f: Albert Aribaud (1): Merge remote-tracking branch 'u-boot-ti/master'
are available in the git repository at: git://git.denx.de/u-boot-ti.git master Luca Ceresoli (2): ARMV7: OMAP3: Cleanup extern variables in mem.c ARMV7: OMAP3: Add support for Comelit DIG297 board MAINTAINERS | 4 + MAKEALL | 1 + arch/arm/cpu/armv7/omap3/mem.c | 32 ---- board/comelit/dig297/Makefile | 49 +++++ board/comelit/dig297/dig297.c | 187 +++++++++++++++++++ board/comelit/dig297/dig297.h | 383 +++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/am3517_crane.h | 16 +-- include/configs/am3517_evm.h | 18 +-- include/configs/cm_t35.h | 16 +- include/configs/devkit8000.h | 10 +- include/configs/dig297.h | 311 +++++++++++++++++++++++++++++++ include/configs/omap3_beagle.h | 16 +- include/configs/omap3_evm.h | 26 ++-- include/configs/omap3_overo.h | 16 +- include/configs/omap3_pandora.h | 16 +- include/configs/omap3_sdp3430.h | 10 - include/configs/omap3_zoom1.h | 16 +- include/configs/omap3_zoom2.h | 16 +- 19 files changed, 989 insertions(+), 155 deletions(-) create mode 100644 board/comelit/dig297/Makefile create mode 100644 board/comelit/dig297/dig297.c create mode 100644 board/comelit/dig297/dig297.h create mode 100644 include/configs/dig297.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot