X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fs3c44b0%2Fstart.S;h=f5a3d3ac386ceabe492e91c8ba6bab56a6938cec;hb=50bd0057ba8fceeb48533f8b1a652ccd0e170838;hp=1d88c1c030aab66a5cb2a0e60d71eae44f34e7a3;hpb=1a247ba7fa5fb09f56892a09a990f03ce564b3e2;p=oweals%2Fu-boot.git diff --git a/cpu/s3c44b0/start.S b/cpu/s3c44b0/start.S index 1d88c1c030..f5a3d3ac38 100644 --- a/cpu/s3c44b0/start.S +++ b/cpu/s3c44b0/start.S @@ -157,8 +157,8 @@ vector_copy_loop: /* Set up the stack */ stack_setup: ldr r0, _TEXT_BASE /* upper 128 KiB: relocated uboot */ - sub r0, r0, #CFG_MALLOC_LEN /* malloc area */ - sub r0, r0, #CFG_GBL_DATA_SIZE /* bdinfo */ + sub r0, r0, #CONFIG_SYS_MALLOC_LEN /* malloc area */ + sub r0, r0, #CONFIG_SYS_GBL_DATA_SIZE /* bdinfo */ #ifdef CONFIG_USE_IRQ sub r0, r0, #(CONFIG_STACKSIZE_IRQ+CONFIG_STACKSIZE_FIQ) #endif