]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm1176: Remove unused MMU setup from start.S
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Thu, 11 Apr 2013 09:36:02 +0000 (09:36 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 12 Apr 2013 05:55:09 +0000 (07:55 +0200)
commit9ce8e2386c191eca7c94b99f3e80c24798ded5fc
treede692c8b88e8f85f3d9867a4339220f33e45850f
parent66f30bf983bdc82a799d019401a88bfc720a5a05
arm1176: Remove unused MMU setup from start.S

Following the removal of the smdk6400 board, the MMU setup code in
arm1176/start.S becomes unused, so remove it. It will still be possible to
restore it later from the Git history if necessary, in which case it should be
moved out of the relocate_code() function.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
arch/arm/cpu/arm1176/start.S