]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/nand_legacy/nand_legacy.c
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
[karo-tx-uboot.git] / drivers / nand_legacy / nand_legacy.c
index fcb6d2b5334e199a4da046cd919df1052cfe6998..49d2ebb67d3fd8392c6d2b0e75c5788830a933ee 100644 (file)
 #include <asm/io.h>
 #include <watchdog.h>
 
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-# include <status_led.h>
-# define SHOW_BOOT_PROGRESS(arg)       show_boot_progress(arg)
-#else
-# define SHOW_BOOT_PROGRESS(arg)
-#endif
-
 #if defined(CONFIG_CMD_NAND) && defined(CFG_NAND_LEGACY)
 
 #include <linux/mtd/nand_legacy.h>