Re: [U-Boot] [PATCH] cmd_boot: cleanup for 'go' command

2013-04-28 Thread Kuo-Jung Su
2013/4/26 Wolfgang Denk : > Dear Kuo-Jung Su, > > In message <1366963312-2901-1-git-send-email-dant...@gmail.com> you wrote: >> From: Kuo-Jung Su >> >> With MMU/D-Cache enabled, data might be retained at cache >> rather than at DRAM when we execute 'go' command, and some >> of the bare-metal softw

Re: [U-Boot] [PATCH] cmd_boot: cleanup for 'go' command

2013-04-26 Thread Wolfgang Denk
Dear Kuo-Jung Su, In message <1366963312-2901-1-git-send-email-dant...@gmail.com> you wrote: > From: Kuo-Jung Su > > With MMU/D-Cache enabled, data might be retained at cache > rather than at DRAM when we execute 'go' command, and some > of the bare-metal softwares would always invalidate the en

[U-Boot] [PATCH] cmd_boot: cleanup for 'go' command

2013-04-26 Thread Kuo-Jung Su
From: Kuo-Jung Su With MMU/D-Cache enabled, data might be retained at cache rather than at DRAM when we execute 'go' command, and some of the bare-metal softwares would always invalidate the entire data cache at start-up, and causes data lost issue. This patch is designed to fixed this issue. It