]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC83xx, MPC85xx: compile stub cache function
authorStefano Babic <sbabic@denx.de>
Thu, 19 Jul 2012 23:00:02 +0000 (23:00 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 21 Jul 2012 21:37:48 +0000 (23:37 +0200)
commit569fadcd74ff2c7b456dfaa368b9f6144bc7ab3a
treedd197209cb64f425bd7f8f6b96a0e54c70c724ca
parentc2b3dcc24d80cd40b0e83bd169e787303c4055cc
MPC83xx, MPC85xx: compile stub cache function

An empty flush_dcache_range() was added into MPC83xx and MPC85xx to
work with drivers shared with other architecture.  However, it is
compiled only if USB is set, but it is required for other drivers
(FSL_ESDHC), too.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Andy Fleming <afleming@gmail.com>
CC: Dirk Behme <dirk.behme@de.bosch.com>
CC: Marek Vasut <marex@denx.de>
CC: Wolfgang Denk <wd@denx.de>
Added MPC83xx version.

Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/powerpc/cpu/mpc83xx/Makefile
arch/powerpc/cpu/mpc85xx/Makefile