From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 01 Sep 2014 22:53:10 +0200 Subject: [U-Boot] [PATCH] mpc5xxx: Add stub implementation of cache functions In-Reply-To: <1409051131-7260-1-git-send-email-vvv444@gmail.com> References: <1409051131-7260-1-git-send-email-vvv444@gmail.com> Message-ID: <20140901205310.9142138237E@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Vasili Galka, In message <1409051131-7260-1-git-send-email-vvv444@gmail.com> you wrote: > Some drivers (e.g. net/e1000) reference these functions. So, this > fixes the build of MVBC_P board. > > I'm not familiar with the MPC5xxx platform, maybe a full > implementation shall be implemented instead of this stub in the > future. > > Signed-off-by: Vasili Galka > Cc: Wolfgang Denk , Marek Vasut > --- > arch/powerpc/cpu/mpc5xxx/Makefile | 1 + > arch/powerpc/cpu/mpc5xxx/cache.c | 15 +++++++++++++++ > 2 files changed, 16 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/cpu/mpc5xxx/cache.c Acked-by: Wolfgang Denk Tom, can you please pick this up directly? Thanks! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "The number of Unix installations has grown to 10, with more expected." - The Unix Programmer's Manual, 2nd Edition, June, 1972