]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPEAr: Add configuration options for spear3xx and spear6xx boards
authorVipin KUMAR <vipin.kumar@st.com>
Mon, 7 May 2012 07:36:46 +0000 (13:06 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:40 +0000 (14:07 +0200)
commitf273e5b2a6234f7fb486b8606258364a1cc655eb
treea483f92e927caca10d61c32830271eafc0457c1d
parent962d026b6aaf7d801d182f3188e4bbc106e057e3
SPEAr: Add configuration options for spear3xx and spear6xx boards

This patch adds options for all the below mentioned configurations and
subsequently renames the include/configs/spearxxx.h files to spear3xx_evb.h,
spear6xx_evb.h etc to depict evaluation board configuration.

SPEAr3xx and SPEAr6xx boards can be compiled in following configurations
1. Environment placed in NAND
2. Console on usb device
3. Console on usb device with environment placed in NAND
4. SPEAr310 and SPEAr320 support environment variables in parallel
NOR flash.

Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
board/spear/spear300/config.mk [deleted file]
board/spear/spear310/config.mk [deleted file]
board/spear/spear320/config.mk [deleted file]
board/spear/spear600/config.mk [deleted file]
boards.cfg
doc/README.spear
include/configs/spear-common.h
include/configs/spear3xx_evb.h [moved from include/configs/spear3xx.h with 96% similarity]
include/configs/spear6xx_evb.h [moved from include/configs/spear6xx.h with 89% similarity]