]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/ppc440-generic/u-boot-ram.lds
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / xilinx / ppc440-generic / u-boot-ram.lds
index 2c98d2785030c8b159e16e82aae514d51810c4c1..5886556f7cc543367136fc13af63345512948d54 100644 (file)
@@ -127,7 +127,7 @@ SECTIONS
    *(COMMON)
   }
 
-  ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
+  ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");
 
   _end = . ;
   PROVIDE (end = .);