commit | b8e60b972edea11eb202846f107beba52b822aa8 | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Jul 21 09:10:21 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:20 2011 +0200 |
tree | 27511a4f1475382047a803b50883416ae87b144c | |
parent | ef0f76ed107b442f35baa33ea839c34155d3782c [diff] |
omap: add basic SPL support - Provide alternate implementations of board_init_f() board_init_r() for OMAP spl. - Provide linker script - Initialize global data - Add serial console support - Update CONFIG_SYS_TEXT_BASE to allow for SPL's bss and move it to board config header from config.mk Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>