commit | 5631c64fb9700d928faaa61388a96a6c085ea31d | [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 | befa837a6ba86ed1f85fad99ba63c05abeea8420 [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>