
Currently, u-boot support for the omap2420-h4 board is broken and u-boot is not booting when program into flash. Fix u-boot support for this board.
Jon Hunter (4): omap2420-h4: Fix DRAM initialisation omap2420-h4: Fix booting from NOR flash omap2420-h4: Add device tree support omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ
arch/arm/cpu/arm1136/omap24xx/timer.c | 8 ++++++-- arch/arm/include/asm/arch-omap24xx/omap2420.h | 6 +++--- board/ti/omap2420h4/config.mk | 4 ++-- board/ti/omap2420h4/mem.c | 13 ------------- board/ti/omap2420h4/omap2420h4.c | 24 ++++++++++++++++++------ include/configs/omap2420h4.h | 5 +++-- 6 files changed, 32 insertions(+), 28 deletions(-)