commit | 750fdd0c6d5da9fbfc07e7424985149b196d8d84 | [log] [tgz] |
---|---|---|
author | Christian Riesch <christian.riesch@omicron.at> | Thu Feb 02 00:44:36 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Feb 12 10:11:32 2012 +0100 |
tree | 161dba724a56e2797dc391a472ffb1f6cd940f86 | |
parent | a7e15ff18f2b43ead67c869755079165e12d5949 [diff] |
arm, davinci: Add lowlevel_init for SoCs other than DM644X The low level initialization code in arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S was written for DM644X SoCs only. This patch makes the lowlevel_init function in this file a dummy function for SoCs other than DM644X. Signed-off-by: Christian Riesch <christian.riesch@omicron.at> Cc: Tom Rini <trini@ti.com> Cc: Sergey Kubushyn <ksi@koi8.net> Acked-by: Heiko Schocher <hs@denx.de> Tested-by: Heiko Schocher <hs@denx.de>