rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/README b/README
index 0da6412..49f9d88 100644
--- a/README
+++ b/README
@@ -2104,7 +2104,7 @@
 of environment data (variable area); in general, we support the
 following configurations:
 
-- CFG_ENV_IS_IN_FLASH:
+- CONFIG_ENV_IS_IN_FLASH:
 
 	Define this if the environment is in flash memory.
 
@@ -2146,7 +2146,7 @@
 
 	- CFG_ENV_SIZE:
 
-	   If you use this in combination with CFG_ENV_IS_IN_FLASH
+	   If you use this in combination with CONFIG_ENV_IS_IN_FLASH
 	   and CFG_ENV_SECT_SIZE, you can specify to use only a part
 	   of this flash sector for the environment. This saves
 	   memory for the RAM copy of the environment.