commit | 3e4c3137d6aefaf45a87bbad701fc336f3f24a3d | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Mon Mar 25 07:33:14 2013 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Tue May 14 16:00:25 2013 -0500 |
tree | c54a1d50c43176f8ff2ae429e4c8777780655459 | |
parent | 7ff8c7ce35c4468aac02f1ab4468e23384564eb0 [diff] |
e6500: Move L1 enablement after L2 enablement The L1 D-cache on e6500 is write-through. This means that it's not considered a good idea to have the L1 up and running if the L2 is disabled. We don't actually *use* the L1 until after the L2 is brought up on e6500, so go ahead and move the L1 enablement after that code is done. Signed-off-by: Andy Fleming <afleming@freescale.com>