-
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.
Signed-off-by: Dmitriy Taychenachev <dimichxp@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
- Loading branch information
Dmitriy Taychenachev
authored and
Sascha Hauer
committed
Aug 14, 2009
1 parent
8e5be21
commit fd6ac7b
Showing
24 changed files
with
1,909 additions
and
2 deletions.
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
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,11 @@ | ||
if ARCH_MXC91231 | ||
|
||
comment "MXC91231 platforms:" | ||
|
||
config MACH_MAGX_ZN5 | ||
bool "Support Motorola Zn5 GSM phone" | ||
default n | ||
help | ||
Include support for Motorola Zn5 GSM phone. | ||
|
||
endif |
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,2 @@ | ||
obj-y := mm.o clock.o devices.o system.o | ||
obj-$(CONFIG_MACH_MAGX_ZN5) += magx-zn5.o |
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,3 @@ | ||
zreladdr-y := 0x90008000 | ||
params_phys-y := 0x90000100 | ||
initrd_phys-y := 0x90800000 |
Oops, something went wrong.