X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fexbitgen%2Finit.S;h=760835aab8e7c157fd4178bd8b900f484a380702;hb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;hp=71aefb97cfcb70ab7b369f85a41e7eead4ec1c67;hpb=9d2459f3532c009bb903b02b57079a3862420a5f;p=karo-tx-uboot.git diff --git a/board/exbitgen/init.S b/board/exbitgen/init.S index 71aefb97cf..760835aab8 100644 --- a/board/exbitgen/init.S +++ b/board/exbitgen/init.S @@ -265,7 +265,7 @@ setup_continue: .globl sdram_init sdram_init: -#if CFG_MONITOR_BASE < CFG_FLASH_BASE +#if CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE blr #else mflr r31 @@ -402,7 +402,7 @@ sdram_init: addi r9, 0, 13 /* bit offset of addressing mode in configuration register */ slw r29, r29, r9 /* */ or r3, r29, r3 /* merge size code and addressing mode */ - ori r6, r3, CFG_SDRAM_BASE + 1 /* insert base address and enable bank */ + ori r6, r3, CONFIG_SYS_SDRAM_BASE + 1 /* insert base address and enable bank */ /* Calculate banksize r15 = (density << 22) / 2 */ /*--------------------------------------------- */