]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gaisler/grsim_leon2/u-boot.lds
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / gaisler / grsim_leon2 / u-boot.lds
index 2a22082a83e99838456ab1d0fc78fc3cd4ab5022..b3462d463e55a1077340ca4001254cc6c410c0bb 100644 (file)
@@ -60,7 +60,7 @@ SECTIONS
 
                *(.start)
                cpu/leon2/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.