[U-Boot] [PATCH v5 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
Scott Wood
scottwood at freescale.com
Wed Jan 8 01:03:44 CET 2014
On Tue, 2014-01-07 at 11:37 +0800, Po Liu wrote:
> diff --git a/doc/README.SPL b/doc/README.SPL
> index 312a6a6..20d53fb 100644
> --- a/doc/README.SPL
> +++ b/doc/README.SPL
> @@ -62,6 +62,7 @@ CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o)
> CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o)
> CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o)
> CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o)
> +CONFIG_SPL_DRIVERS_MISC_SUPPORT (drivers/misc/fsl_ifc.o)
This symbol is not specifically for fsl_ifc.o, it's for the entire
drivers/misc directory (would have been drivers/misc/libmisc.o, but now
they're all drivers/<foo>/built-in.o).
-Scott
More information about the U-Boot
mailing list