]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/gr_xc3s_1500/u-boot.lds
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index 3848c684ab79422624e8557caca2879527832e1a..ddd27d455e14f1d35fa6b48006b4c9d658d621fb 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.