diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
commit | eea643f7ff04fe17c3ff71d41a9487c0753bd821 (patch) | |
tree | c9c097f8c99c155064c37e619527687ba4286873 /arch/arm/mach-mx2/Makefile.boot | |
parent | aa10abd381b9493a88f6b9e111adc79e33d548fa (diff) |
i.MX2 family: Add basic mach support (sources)
This patch adds basic mach support for the mx2 processor family, based
on the original freescale code and adapted to mainline kernel coding
style.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile.boot')
-rw-r--r-- | arch/arm/mach-mx2/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Makefile.boot b/arch/arm/mach-mx2/Makefile.boot new file mode 100644 index 00000000000..696831dcd48 --- /dev/null +++ b/arch/arm/mach-mx2/Makefile.boot @@ -0,0 +1,3 @@ + zreladdr-y := 0xA0008000 +params_phys-y := 0xA0000100 +initrd_phys-y := 0xA0800000 |