[U-Boot] the d-cache is not unlocked

2010-11-17 Thread Baidu Boy
Dear buddies: For the e300 core, we can see the d-cache is locked as SRAM for the stack in start.S file by calling the function lock_ram_in_cache: --- arch/powerpc/cpu/mpc83xx/start.S #ifdef CONFIG_SYS_INIT_RAM_LOCK bl lock_ram_in_cache sync #endif --- But we

Re: [U-Boot] the d-cache is not unlocked

2010-11-17 Thread Wolfgang Denk
Dear Baidu Boy, In message aanlktimhafiutz0ju-dmghg3hc4u4muwyicak-h1n...@mail.gmail.com you wrote: For the e300 core, we can see the d-cache is locked as SRAM for the stack in start.S file by calling the function lock_ram_in_cache: --- arch/powerpc/cpu/mpc83xx/start.S #ifdef