]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/gr_cpci_ax2000/u-boot.lds
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / gaisler / gr_cpci_ax2000 / u-boot.lds
index 3958670bb18e5725034d7f7076c1bbf78accaa60..a0876310cf5c40da3e8e01f2dc37ca5c947e05fa 100644 (file)
@@ -61,7 +61,7 @@ SECTIONS
 
                *(.start)
                cpu/leon3/start.o (.text)
-/* 8k is the same as the PROM offset from end of main memory, (CFG_PROM_SIZE) */
+/* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
                . = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,
  * no global data accesses please.