]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPEAr: Eliminate dependency on Xloader table
authorAmit Virdi <amit.virdi@st.com>
Mon, 7 May 2012 07:36:40 +0000 (13:06 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:40 +0000 (14:07 +0200)
commit70fdbefc6c50010cc56196b65a233369d2b2ce68
treeeeb30e9a39b132631707634b3cde25bb5e9fbab2
parent5cca72f8b342c8a65eaebda22647572394d98535
SPEAr: Eliminate dependency on Xloader table

Xloader table was used primarily to inform u-boot about the DDR size. However,
now the ddr size is calculated at runtime which eliminates any need for the
Xloader table. So removing this unnecessary code.

Signed-off-by: Amit Virdi <amit.virdi@st.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/include/asm/arch-spear/spr_defs.h
arch/arm/include/asm/arch-spear/spr_xloader_table.h [deleted file]
board/spear/common/spr_misc.c