X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffsl_ifc.h;h=11474b757c39e26a9b1d076e88d72c5df0585c9e;hb=14b256e5c084e1b693f4ad73c6a8beee7ffcb4af;hp=630e4b4999b1ea1458b0de06d6c858718622c178;hpb=e7f9350525d73233d4eaf1793f8fe618e9fd4910;p=u-boot diff --git a/include/fsl_ifc.h b/include/fsl_ifc.h index 630e4b4999..11474b757c 100644 --- a/include/fsl_ifc.h +++ b/include/fsl_ifc.h @@ -12,6 +12,8 @@ #include #include +#define FSL_IFC_V1_1_0 0x01010000 +#define FSL_IFC_V2_0_0 0x02000000 #ifdef CONFIG_SYS_FSL_IFC_LE #define ifc_in32(a) in_le32(a) @@ -367,6 +369,8 @@ */ /* Auto Boot Mode */ #define IFC_NAND_NCFGR_BOOT 0x80000000 +/* SRAM INIT EN */ +#define IFC_NAND_SRAM_INIT_EN 0x20000000 /* Addressing Mode-ROW0+n/COL0 */ #define IFC_NAND_NCFGR_ADDR_MODE_RC0 0x00000000 /* Addressing Mode-ROW0+n/COL0+n */