]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
Changes to move hawkboard to the new spl infrastructure
authorSughosh Ganu <urwithsughosh@gmail.com>
Thu, 2 Feb 2012 00:44:41 +0000 (00:44 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:33 +0000 (10:11 +0100)
commit6b873dcabd85ca4109a76c488c653609ea71c848
treed1b5defe382eb04d716d527c8595dd3358a6238d
parentd735a99d3b15daa8edfc10e52fa8860c06fe803c
Changes to move hawkboard to the new spl infrastructure

This patch moves hawkboard to the new spl infrastructure from the
older nand_spl one.

Removed the hawkboard_nand_config build option -- The spl code now
gets compiled with hawkboard_config, after building the main u-boot
image, using the CONFIG_SPL_TEXT_BASE. Modified the README.hawkboard
to reflect the same.

Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Christian Riesch <christian.riesch@omicron.at>
Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Cc: Tom Rini <trini@ti.com>
Acked-by: Christian Riesch <christian.riesch@omicron.at>
15 files changed:
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
arch/arm/cpu/arm926ejs/davinci/spl.c
arch/arm/include/asm/arch-davinci/da850_lowlevel.h
board/davinci/da8xxevm/da850evm.c
board/davinci/da8xxevm/hawkboard.c
board/davinci/da8xxevm/hawkboard_nand_spl.c [deleted file]
board/davinci/da8xxevm/u-boot-spl-da850evm.lds [moved from board/davinci/da8xxevm/u-boot-spl.lds with 100% similarity]
board/davinci/da8xxevm/u-boot-spl-hawk.lds [moved from nand_spl/board/davinci/da8xxevm/u-boot.lds with 86% similarity]
board/enbw/enbw_cmc/enbw_cmc.c
boards.cfg
doc/README.hawkboard
include/configs/da850evm.h
include/configs/enbw_cmc.h
include/configs/hawkboard.h
nand_spl/board/davinci/da8xxevm/Makefile [deleted file]