diff options
author | dmitry pervushin <dpervushin@embeddedalley.com> | 2009-04-23 00:57:05 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-27 11:28:08 +0200 |
commit | 45d9108011b9dfb4fccd6c258290d2185145709b (patch) | |
tree | c416842cd6f2a3444fc87b4b03009d0346312a55 /arch/arm/mach-stmp37xx/Makefile.boot | |
parent | [ARM] 5477/1: Freescale STMP platform support [6/10] (diff) | |
download | linux-45d9108011b9dfb4fccd6c258290d2185145709b.tar.xz linux-45d9108011b9dfb4fccd6c258290d2185145709b.zip |
[ARM] 5465/1: Freescale STMP platform support [7/10]
Sources: support for 37xx boards
Signed-off-by: dmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-stmp37xx/Makefile.boot')
-rw-r--r-- | arch/arm/mach-stmp37xx/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-stmp37xx/Makefile.boot b/arch/arm/mach-stmp37xx/Makefile.boot new file mode 100644 index 000000000000..1568ad404d59 --- /dev/null +++ b/arch/arm/mach-stmp37xx/Makefile.boot @@ -0,0 +1,3 @@ + zreladdr-y := 0x40008000 +params_phys-y := 0x40000100 +initrd_phys-y := 0x40800000 |