
Stefan,
in message 20080326234934.GA13717@ld0162-tx32.am.freescale.net you wrote:
This is a driver for the Flash Control Machine of the enhanched Local Bus Controller found on some Freescale chips (such as the mpc8313 and the mpc8379).
Signed-off-by: Scott Wood scottwood@freescale.com
Fixed one instance of trailing whitespace, moved the conditional to the makefile, and increased the hardware timeout to the maximum after receiving a report that some boards need higher that the old setting.
drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/fsl_elbc_nand.c | 759 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 760 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/nand/fsl_elbc_nand.c
I think you should pull this into the u-boot-nand-flash repo, or are there any objections against this patch?
Best regards,
Wolfgang Denk