-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: eb366d4c95f546bb46a536387a4aca00ed2eda6a | ||
refs/heads/master: 7666c17e2b0986a079da46122d8658544416c2cf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |