X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Flpc2292sodimm%2Flowlevel_init.S;h=f579a1a47eda90d749a2ad5339659cb02539ac7d;hb=14d0a02a168b36e87665b8d7f42fa3e88263d26d;hp=a0e9747a9b113c002558d0e8f3b2d06dc25e10fc;hpb=c105f4c6601b49637c5413afcf65f814d86f8748;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/lpc2292sodimm/lowlevel_init.S b/board/lpc2292sodimm/lowlevel_init.S index a0e9747..f579a1a 100644 --- a/board/lpc2292sodimm/lowlevel_init.S +++ b/board/lpc2292sodimm/lowlevel_init.S @@ -23,19 +23,19 @@ /* some parameters for the board */ /* setting up the memory */ -#define SRAM_START 0x40000000 -#define SRAM_SIZE 0x00004000 -#define BCFG0_VALUE 0x1000ffef -#define BCFG1_VALUE 0x10001C61 +#define SRAM_START 0x40000000 +#define SRAM_SIZE 0x00004000 +#define BCFG0_VALUE 0x1000ffef +#define BCFG1_VALUE 0x10001C61 _TEXT_BASE: - .word TEXT_BASE + .word CONFIG_SYS_TEXT_BASE MEMMAP_ADR: .word MEMMAP BCFG0_ADR: - .word BCFG0 + .word BCFG0 _BCFG0_VALUE: - .word BCFG0_VALUE + .word BCFG0_VALUE BCFG1_ADR: .word BCFG1 _BCFG1_VALUE: