Re: [U-Boot] [PATCH] MX51EVK: Remove CPLD related code

2010-03-31 Thread Stefano Babic
Fabio Estevam wrote: > There is no CPLD on MX51EVK board, so remove CPLD related function. > > Signed-off-by: Fabio Estevam > --- Agree. Thanks to point out this issue. The code is not needed. > - mx51_io_board = (struct io_board_ctrl *)(CS5_BASE_ADDR + > -

[U-Boot] [PATCH] MX51EVK: Remove CPLD related code

2010-03-30 Thread Fabio Estevam
There is no CPLD on MX51EVK board, so remove CPLD related function. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk.c | 67 - 1 files changed, 0 insertions(+), 67 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescal