[U-Boot] [PATCH] mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o

2009-05-12 Thread Stefan Roese
This new define enables mtdcore.c compilation and with this we can select the MTD device infrastructure needed for the reworked mtdparts command. We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above) for the "mtd

Re: [U-Boot] [PATCH] mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o

2009-06-03 Thread Wolfgang Denk
Dear Stefan Roese, In message <1242131478-22916-1-git-send-email...@denx.de> you wrote: > This new define enables mtdcore.c compilation and with this we can > select the MTD device infrastructure needed for the reworked mtdparts > command. > > We now have the 2 MTD infrastructure defines, CONFIG_