]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/ml300/ml300.c
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
[karo-tx-uboot.git] / board / xilinx / ml300 / ml300.c
index 5d493eeb733dfd0bf23fe43f7c270818ad9112b3..e64beccc1c703682d0f7b35329cd6f8eba52f140 100644 (file)
@@ -42,7 +42,7 @@
 #include <common.h>
 #include <asm/processor.h>
 
-#ifdef CFG_ENV_IS_IN_EEPROM
+#ifdef CONFIG_ENV_IS_IN_EEPROM
 extern void convert_env(void);
 #endif