Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149403
b: refs/heads/master
c: 7666c17
h: refs/heads/master
i:
  149401: 385ee94
  149399: 4761246
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Jun 4, 2009
1 parent e9a666b commit e587c48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb366d4c95f546bb46a536387a4aca00ed2eda6a
refs/heads/master: 7666c17e2b0986a079da46122d8658544416c2cf
15 changes: 15 additions & 0 deletions trunk/arch/arm/mach-u300/Makefile.boot
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Note: the following conditions must always be true:
# ZRELADDR == virt_to_phys(TEXTADDR)
# PARAMS_PHYS must be within 4MB of ZRELADDR
# INITRD_PHYS must be in RAM

ifdef CONFIG_MACH_U300_SINGLE_RAM
zreladdr-y := 0x28E08000
params_phys-y := 0x28E00100
else
zreladdr-y := 0x48008000
params_phys-y := 0x48000100
endif

# This isn't used.
#initrd_phys-y := 0x29800000

0 comments on commit e587c48

Please sign in to comment.