]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/netstal/hcu5/u-boot.lds
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / netstal / hcu5 / u-boot.lds
index c72e5ba69975696252243fdf8f8788e1c769bf92..f857ef3c0f33c3c747b0812b54084a1b6d583e69 100644 (file)
@@ -136,7 +136,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 = .);