]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/smdk6400.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / include / configs / smdk6400.h
index 624fe04b059203a96e457e71763b1e8efb103d96..451b53430c250980a1a2c5656432776f18de942b 100644 (file)
@@ -51,7 +51,7 @@
 /* input clock of PLL: SMDK6400 has 12MHz input clock */
 #define CONFIG_SYS_CLK_FREQ    12000000
 
-#if !defined(CONFIG_NAND_SPL) && (TEXT_BASE >= 0xc0000000)
+#if !defined(CONFIG_NAND_SPL) && (CONFIG_SYS_TEXT_BASE >= 0xc0000000)
 #define CONFIG_ENABLE_MMU
 #endif