]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/xilinx-ppc.h
mtd: MTD related config header changes (mtdparts command)
authorStefan Roese <sr@denx.de>
Tue, 12 May 2009 12:32:58 +0000 (14:32 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:45:47 +0000 (20:45 +0200)
commit942556a92a8c1eb1bd76584a5143f6f57dcb25ad
tree99899351e6ad666df7e5b8800bec399655057c93
parent8d2effea23e938631126a7888008a0637e13b389
mtd: MTD related config header changes (mtdparts command)

By changing the cmd_mtdparts to only use the MTD infrastructure and
not the direct interface to the CFI NOR FLASH driver we now need
to add the MTD infrastructure to all boards using those mtdparts
commands. This patch adds those components:

CONFIG_MTD_DEVICE (for all FLASH types)

plus

CONFIG_FLASH_CFI_MTD (for NOR FLASH)

To all board maintainers: Please test this on your platforms and
report any problems/issues found. Thanks.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Ron Madrid <info@sheldoninst.com>
Cc: Georg Schardt <schardt@team-ctech.de>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Ladislav Michl <ladis@linux-mips.org>
Cc: Martin Krause <martin.krause@tqs.de>
Cc: Gary Jennejohn <garyj@denx.de>
Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
35 files changed:
include/configs/BC3450.h
include/configs/FPS850L.h
include/configs/FPS860L.h
include/configs/SIMPC8313.h
include/configs/TB5200.h
include/configs/TQM5200.h
include/configs/TQM823L.h
include/configs/TQM823M.h
include/configs/TQM834x.h
include/configs/TQM850L.h
include/configs/TQM850M.h
include/configs/TQM855L.h
include/configs/TQM855M.h
include/configs/TQM85xx.h
include/configs/TQM860L.h
include/configs/TQM860M.h
include/configs/TQM862L.h
include/configs/TQM862M.h
include/configs/TQM866M.h
include/configs/apollon.h
include/configs/cm5200.h
include/configs/fx12mm.h
include/configs/idmr.h
include/configs/microblaze-generic.h
include/configs/motionpro.h
include/configs/mx1fs2.h
include/configs/netstar.h
include/configs/omap3_beagle.h
include/configs/qong.h
include/configs/smmaco4.h
include/configs/trab.h
include/configs/vct.h
include/configs/virtlab2.h
include/configs/voiceblue.h
include/configs/xilinx-ppc.h