]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
authorWolfgang Denk <wd@denx.de>
Tue, 16 Sep 2008 16:02:19 +0000 (18:02 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 16 Sep 2008 16:02:19 +0000 (18:02 +0200)
commit7c803be2eb3cae245dedda438776e08fb122250f
tree579c080c865fe5c4307b47f786024515f573aeeb
parentc0d2f87d6c450128b88e73eea715fa3654f65b6c
TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

After switching to using the CFI flash driver, the correct remapping
of the flash banks was forgotten.

Also, some boards were not adapted, and the old legacy flash driver
was not removed yet.

Signed-off-by: Wolfgang Denk <wd@denx.de>
19 files changed:
board/tqc/tqm8xx/Makefile
board/tqc/tqm8xx/flash.c [deleted file]
board/tqc/tqm8xx/tqm8xx.c
include/configs/FPS850L.h
include/configs/FPS860L.h
include/configs/HMI10.h
include/configs/SM850.h
include/configs/TQM823L.h
include/configs/TQM823M.h
include/configs/TQM850L.h
include/configs/TQM850M.h
include/configs/TQM855L.h
include/configs/TQM855M.h
include/configs/TQM860L.h
include/configs/TQM860M.h
include/configs/TQM862L.h
include/configs/TQM862M.h
include/configs/TQM866M.h
include/configs/virtlab2.h