diff options
author | dmitry pervushin <dpervushin@embeddedalley.com> | 2009-04-23 00:57:28 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-27 11:28:09 +0200 |
commit | bc19d892a14cbb31d838813b2225e262a6c01341 (patch) | |
tree | 833c884534ce314d16b55ef0c3c60cecacc544f8 /arch/arm/mach-stmp378x/Makefile.boot | |
parent | [ARM] 5465/1: Freescale STMP platform support [7/10] (diff) | |
download | linux-bc19d892a14cbb31d838813b2225e262a6c01341.tar.xz linux-bc19d892a14cbb31d838813b2225e262a6c01341.zip |
[ARM] 5464/1: Freescale STMP platform support [7/10]
Sources: support for 378x 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-stmp378x/Makefile.boot')
-rw-r--r-- | arch/arm/mach-stmp378x/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-stmp378x/Makefile.boot b/arch/arm/mach-stmp378x/Makefile.boot new file mode 100644 index 000000000000..1568ad404d59 --- /dev/null +++ b/arch/arm/mach-stmp378x/Makefile.boot @@ -0,0 +1,3 @@ + zreladdr-y := 0x40008000 +params_phys-y := 0x40000100 +initrd_phys-y := 0x40800000 |