
On 06.07.2012 10:27, Yann Vernier wrote:
This change allows use of other flash chips than the two supported by the cm4008 flash.c. Tested with Micrel KSZ8695X demo board.
Changes for v2:
- Update cm41xx also
- Remove unused board specific flash code
Changes for v3:
- Do not define to 1 where it is not required, just define
Signed-off-by: Yann Vernier yann.vernieu@orsoc.se
Acked-by: Andreas Bießmann andreas.devel@googlemail.com
(although I do not know who will pick it ...)
board/cm4008/Makefile | 2 +- board/cm4008/flash.c | 410 ---------------------------------------------- board/cm41xx/Makefile | 2 +- board/cm41xx/flash.c | 410 ---------------------------------------------- include/configs/cm4008.h | 4 + include/configs/cm41xx.h | 4 + 6 files changed, 10 insertions(+), 822 deletions(-) delete mode 100644 board/cm4008/flash.c delete mode 100644 board/cm41xx/flash.c