]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_common.c
CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
[karo-tx-uboot.git] / common / env_common.c
index 6be3bb04ac37665d01eb3213015e29a1ea4f4a90..be64d1307b96441ba184e080263541d7860f7dd2 100644 (file)
@@ -139,11 +139,6 @@ uchar default_environment[] = {
        "\0"
 };
 
-#if defined(CONFIG_ENV_IS_IN_NAND)             /* Environment is in Nand Flash */ \
-       || defined(CONFIG_ENV_IS_IN_SPI_FLASH)
-int default_environment_size = sizeof(default_environment);
-#endif
-
 void env_crc_update (void)
 {
        env_ptr->crc = crc32(0, env_ptr->data, ENV_SIZE);