]> git.sur5r.net Git - u-boot/blobdiff - include/configs/m28evk.h
ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
[u-boot] / include / configs / m28evk.h
index 2b4871e1f9bf9ebadcfecbf775309e5289d47856..b891b12fef81f38ce19122606efa67dc1fac667f 100644 (file)
 /*
  * NAND
  */
+#define        CONFIG_ENV_SIZE                 (16 * 1024)
 #ifdef CONFIG_CMD_NAND
 #define        CONFIG_NAND_MXS
 #define CONFIG_APBH_DMA
 
 /* Environment is in NAND */
 #define        CONFIG_ENV_IS_IN_NAND
-#define        CONFIG_ENV_SIZE                 (16 * 1024)
 #define        CONFIG_ENV_SIZE_REDUND          CONFIG_ENV_SIZE
 #define        CONFIG_ENV_SECT_SIZE            (128 * 1024)
 #define        CONFIG_ENV_RANGE                (512 * 1024)
                "512k(redundant-environment),"  \
                "4m(kernel),"                   \
                "-(filesystem)"
+#else
+#define        CONFIG_ENV_IS_NOWHERE
 #endif
 
 /*