X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffsl_ifc.h;h=be6c10715b1f11068a222e438b337cedc3a10f9f;hb=2c808a12ea7e00d5078e57a9640adcb0504c739c;hp=3e9b01b3b5f1e256328177eb86527d0f3e7b1677;hpb=0b66513b2706e941b55ffc6ad5aa011e10e87960;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fsl_ifc.h b/include/fsl_ifc.h index 3e9b01b..be6c107 100644 --- a/include/fsl_ifc.h +++ b/include/fsl_ifc.h @@ -77,6 +77,7 @@ #define CSOR_NAND_PGS_512 0x00000000 #define CSOR_NAND_PGS_2K 0x00080000 #define CSOR_NAND_PGS_4K 0x00100000 +#define CSOR_NAND_PGS_8K 0x00180000 /* Spare region Size */ #define CSOR_NAND_SPRZ_MASK 0x0000E000 #define CSOR_NAND_SPRZ_SHIFT 13 @@ -86,6 +87,7 @@ #define CSOR_NAND_SPRZ_210 0x00006000 #define CSOR_NAND_SPRZ_218 0x00008000 #define CSOR_NAND_SPRZ_224 0x0000A000 +#define CSOR_NAND_SPRZ_CSOR_EXT 0x0000C000 /* Pages Per Block */ #define CSOR_NAND_PB_MASK 0x00000700 #define CSOR_NAND_PB_SHIFT 8