
16 Jun
2010
16 Jun
'10
3:30 a.m.
On Mon, 14 Jun 2010 19:56:11 -0500 Becky Bruce beckyb@kernel.crashing.org wrote:
Some parts that have an Enhanced Local Bus Controller weren't setting CONFIG_FSL_ELBC. Fix this so we can use this define properly going forward (currently it's only used if PHYS_64BIT is set, which meant not all platforms needed to have it set correctly).
Signed-off-by: Becky Bruce beckyb@kernel.crashing.org
include/configs/MPC8313ERDB.h | 1 + include/configs/MPC8315ERDB.h | 1 + include/configs/MPC837XEMDS.h | 1 + include/configs/MPC837XERDB.h | 1 + include/configs/SIMPC8313.h | 1 + include/configs/XPEDITE5370.h | 1 + 6 files changed, 6 insertions(+), 0 deletions(-)
Acked-by: Kim Phillips kim.phillips@freescale.com
Kim