
On Wed, 2013-12-11 at 12:42 +0530, Prabhakar Kushwaha wrote:
CONFIG_SPL_NAND_MINIMAL should not be used as it was defined for temporary review purpose.
So, use CONFIG_SPL_NAND_BOOT config.
Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
Changes for v2: Incorporated Scott's comments - Add CONFIG_SPL_NAND_BOOT in README
README | 3 +++ board/freescale/bsc9131rdb/tlb.c | 2 +- board/freescale/bsc9132qds/tlb.c | 2 +- board/freescale/p1010rdb/tlb.c | 2 +- include/configs/BSC9131RDB.h | 2 +- include/configs/BSC9132QDS.h | 2 +- include/configs/P1010RDB.h | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/README b/README index 265e81e..88a4722 100644 --- a/README +++ b/README @@ -3245,6 +3245,9 @@ FIT uImage format: Defines the size and behavior of the NAND that SPL uses to read U-Boot
CONFIG_SPL_NAND_BOOT
Add support NAND boot
Is it really just adding support for NAND boot, or is it asserting that we are booting from NAND?
-Scott