Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160882
b: refs/heads/master
c: fd6ac7b
h: refs/heads/master
v: v3
  • Loading branch information
Dmitriy Taychenachev authored and Sascha Hauer committed Aug 14, 2009
1 parent f898517 commit e095de6
Show file tree
Hide file tree
Showing 25 changed files with 1,910 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e5be212cba6675dc363a224ce4a98bb07039b4b
refs/heads/master: fd6ac7bb9d671d36fd7536c68fde977d197756ab
1 change: 1 addition & 0 deletions trunk/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 trunk/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 trunk/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 trunk/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 e095de6

Please sign in to comment.