commit | eb93524224d269e4e4124429e91757cab4ee27e6 | [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 | 9540c7e90023a99ad0a9233d08422cab3afbc64a [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>