commit | 9ce8e2386c191eca7c94b99f3e80c24798ded5fc | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:36:02 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:09 2013 +0200 |
tree | de692c8b88e8f85f3d9867a4339220f33e45850f | |
parent | 66f30bf983bdc82a799d019401a88bfc720a5a05 [diff] |
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>