[U-Boot] [PATCH 0/2] OMAP3: Board specific updates

This series contains 2 specific updates: - Remove unused board type definitions. - Print correct silicon revision in the board information
These updates have been tested on OMAP3EVM with ES 3.0 and ES3.1 silicon versions.
Thanks to Dirk Behme [dirk.behme@googlemail.com] for converting a quick hack into complete solution.
Sanjeev Premi (2): OMAP3: Remove unused board-types OMAP3: Print correct silicon revision
board/omap3/beagle/beagle.h | 2 - board/omap3/evm/evm.h | 2 - board/omap3/overo/overo.h | 2 - board/omap3/pandora/pandora.h | 2 - board/omap3/zoom1/zoom1.h | 2 - cpu/arm_cortexa8/cpu.c | 4 +- cpu/arm_cortexa8/omap3/board.c | 5 +-- cpu/arm_cortexa8/omap3/clock.c | 5 ++- cpu/arm_cortexa8/omap3/sys_info.c | 49 +++++++++++++++----------------- include/asm-arm/arch-omap3/omap3.h | 18 +++++------ include/asm-arm/arch-omap3/sys_proto.h | 5 +-- 11 files changed, 38 insertions(+), 58 deletions(-)
participants (1)
-
Sanjeev Premi