|
@@ -114,6 +114,10 @@ clean_addr: .word CLEAN_ADDR
|
|
* Nothing too exciting at the moment
|
|
* Nothing too exciting at the moment
|
|
*/
|
|
*/
|
|
ENTRY(cpu_xscale_proc_init)
|
|
ENTRY(cpu_xscale_proc_init)
|
|
|
|
+ @ enable write buffer coalescing. Some bootloader disable it
|
|
|
|
+ mrc p15, 0, r1, c1, c0, 1
|
|
|
|
+ bic r1, r1, #1
|
|
|
|
+ mcr p15, 0, r1, c1, c0, 1
|
|
mov pc, lr
|
|
mov pc, lr
|
|
|
|
|
|
/*
|
|
/*
|