]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/dave/PPChameleonEVB/u-boot.lds
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / dave / PPChameleonEVB / u-boot.lds
index e42c76f8863eebb2435888a3b3ff4f91d1192a54..ed02cef81286aa9c8f4b9b185a55dca801ec8819 100644 (file)
@@ -143,7 +143,7 @@ SECTIONS
    *(COMMON)
   }
 
-  ppcenv_assert = ASSERT(. < 0xFFFF8000, ".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(. < 0xFFFF8000, ".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.");
   . = 0xFFFF8000;
   .ppcenv :
   {