Skip to content

Commit

Permalink
MXC: add basic MXC91231 support
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 24 changed files with 1,909 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ machine-$(CONFIG_ARCH_U300) := u300
machine-$(CONFIG_ARCH_VERSATILE) := versatile
machine-$(CONFIG_ARCH_W90X900) := w90x900
machine-$(CONFIG_FOOTBRIDGE) := footbridge
machine-$(CONFIG_ARCH_MXC91231) := mxc91231

# Platform directory name. This list is sorted alphanumerically
# by CONFIG_* macro name.
Expand Down
11 changes: 11 additions & 0 deletions arch/arm/mach-mxc91231/Kconfig
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
2 changes: 2 additions & 0 deletions arch/arm/mach-mxc91231/Makefile
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
3 changes: 3 additions & 0 deletions arch/arm/mach-mxc91231/Makefile.boot
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
Loading

0 comments on commit fd6ac7b

Please sign in to comment.