]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/sh2/start.S
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / sh2 / start.S
index c4fa688bdacaf03df871398194169f843fc253e7..0ab867d54d56578401ef14cde8322debbb3758f0 100644 (file)
@@ -73,6 +73,6 @@ loop:
 ._reloc_dst_end:       .long   reloc_dst_end
 ._bss_start:           .long   bss_start
 ._bss_end:             .long   bss_end
-._gd_init:             .long   (_start - CFG_GBL_DATA_SIZE)
-._stack_init:  .long   (_start - CFG_GBL_DATA_SIZE - CFG_MALLOC_LEN - 16)
+._gd_init:             .long   (_start - CONFIG_SYS_GBL_DATA_SIZE)
+._stack_init:  .long   (_start - CONFIG_SYS_GBL_DATA_SIZE - CONFIG_SYS_MALLOC_LEN - 16)
 ._sh_generic_init:     .long   sh_generic_init