X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcsb472.h;h=62bcc2ff1cdb4b4dc30cd376171252cda6e26f69;hb=5a1aceb0689e2f731491838970884a673ef7e7d3;hp=e343632935e14bfe2cca56f42df0d644bccf593b;hpb=7d9b5bae5ba558c7464d89d033aca04acaf01172;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/csb472.h b/include/configs/csb472.h index e343632..62bcc2f 100644 --- a/include/configs/csb472.h +++ b/include/configs/csb472.h @@ -229,7 +229,7 @@ * Environment configuration * */ -#define CFG_ENV_IS_IN_FLASH 1 /* environment is in FLASH */ +#define CONFIG_ENV_IS_IN_FLASH 1 /* environment is in FLASH */ #undef CONFIG_ENV_IS_IN_NVRAM #undef CONFIG_ENV_IS_IN_EEPROM @@ -251,7 +251,7 @@ #define CFG_RAMSTART #endif -#if defined(CFG_ENV_IS_IN_FLASH) +#if defined(CONFIG_ENV_IS_IN_FLASH) #define CFG_ENV_IN_OWN_SECTOR 1 /* Give Environment own sector */ #define CFG_ENV_ADDR 0xFFF00000 /* Address of Environment Sector */ #define CFG_ENV_SIZE 0x00001000 /* Size of Environment */