]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
authorRob Herring <rob.herring@calxeda.com>
Tue, 28 Jun 2011 05:39:38 +0000 (05:39 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 17 Jul 2011 09:24:35 +0000 (11:24 +0200)
commit22193540c174bd7140bc1af0021efedd8ab9da4a
tree8dc862db2823005c1f8b894e700b809bcde61da7
parent7eb29398c0ff6ad431a333a4eb56d917acbc85c1
ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7

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

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Albert ARIBAUD <albert.aribaud@free.fr>
arch/arm/cpu/armv7/start.S