From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liu Gang Date: Tue, 29 May 2012 16:58:43 +0800 Subject: [U-Boot] [PATCH] MPC8xxx: Define cache ops for USB In-Reply-To: <1337948672-7202-1-git-send-email-marex@denx.de> References: <1337948672-7202-1-git-send-email-marex@denx.de> Message-ID: <1338281923.9314.45.camel@linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek, On Fri, 2012-05-25 at 14:24 +0200, Marek Vasut wrote: > arch/powerpc/cpu/mpc83xx/Makefile | 3 +++ > arch/powerpc/cpu/mpc83xx/cache.c | 33 +++++++++++++++++++++++++++++++++ > arch/powerpc/cpu/mpc85xx/Makefile | 3 +++ > arch/powerpc/cpu/mpc85xx/cache.c | 33 +++++++++++++++++++++++++++++++++ > 4 files changed, 72 insertions(+) > create mode 100644 arch/powerpc/cpu/mpc83xx/cache.c > create mode 100644 arch/powerpc/cpu/mpc85xx/cache.c There is a "cache.c" at the path "arch/powerpc/lib", and I think it may be better to put those dummy functions in this file. And thanks your information about this patch in another mail. Best Regards, Liu Gang