
30 Jun
2011
30 Jun
'11
10:41 a.m.
Dear Andreas Bießmann,
This patch removes the board implemenatation for flash driver which can now safely switched to the common cfi driver.
Compile tested for all atstk100x boards, runtime tested on atstk1002.
Signed-off-by: Andreas Bießmann biessmann@corscience.de
board/atmel/atstk1000/Makefile | 1 - board/atmel/atstk1000/flash.c | 232 ---------------------------------------- include/configs/atstk1002.h | 9 +-- include/configs/atstk1003.h | 9 +-- include/configs/atstk1004.h | 9 +-- include/configs/atstk1006.h | 9 +-- 6 files changed, 8 insertions(+), 261 deletions(-) delete mode 100644 board/atmel/atstk1000/flash.c
Applied to u-boot-atmel/master. Thanks, Reinhard