]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit
authorAxel Lin <axel.lin@ingics.com>
Tue, 21 May 2013 13:44:10 +0000 (13:44 +0000)
committerTom Warren <twarren@nvidia.com>
Tue, 28 May 2013 19:58:43 +0000 (12:58 -0700)
commit578e63782b87ed0673b7d5088d793db1c46017bb
tree01d1f1f787df4deecace834fa75b1841fcb73aa1
parent20583d04fb197fd59b438be0731aaaac485094b9
ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit

cpu_init_crit() can be skipped, but the code is still enabled requiring a
platform to supply lowlevel_init().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/arm720t/start.S