-
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: 123788 b: refs/heads/master c: cfca8b5 h: refs/heads/master v: v3
- Loading branch information
Paulius Zaleckas
authored and
Sascha Hauer
committed
Dec 16, 2008
1 parent
7835ecb
commit 7793114
Showing
17 changed files
with
1,265 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d133d6a89340b7438038ed0407221c5277cb8a0e | ||
refs/heads/master: cfca8b539f53114fb6a6de091987a984c8013d96 |
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,14 @@ | ||
if ARCH_MX1 | ||
|
||
comment "MX1 Platforms" | ||
|
||
config MACH_MXLADS | ||
bool | ||
|
||
config ARCH_MX1ADS | ||
bool "MX1ADS platform" | ||
select MACH_MXLADS | ||
help | ||
Say Y here if you are using Motorola MX1ADS/MXLADS boards | ||
|
||
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,10 @@ | ||
# | ||
# Makefile for the linux kernel. | ||
# | ||
|
||
# Object file lists. | ||
|
||
obj-y += generic.o clock.o devices.o | ||
|
||
# Specific board support | ||
obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.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,4 @@ | ||
zreladdr-y := 0x08008000 | ||
params_phys-y := 0x08000100 | ||
initrd_phys-y := 0x08800000 | ||
|
Oops, something went wrong.