diff options
author | Kevin Wells <wellsk40@gmail.com> | 2010-07-27 08:46:22 -0700 |
---|---|---|
committer | Kevin Wells <wellsk40@gmail.com> | 2010-07-27 08:46:22 -0700 |
commit | 680b2862bcc7974c87d666529120a1cfe8fe2f8d (patch) | |
tree | 14598554bc4d720a382d03769cb7694c52ad4329 /arch/arm/mach-lpc32xx/Makefile.boot | |
parent | 19d95e1afae11b1a414491fd62e89a47cceadea9 (diff) |
ARM: LPC32XX: Arch config menu supoport and makefiles
Signed-off-by: Kevin Wells <wellsk40@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx/Makefile.boot')
-rw-r--r-- | arch/arm/mach-lpc32xx/Makefile.boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/Makefile.boot b/arch/arm/mach-lpc32xx/Makefile.boot new file mode 100644 index 00000000000..b796b41ebf8 --- /dev/null +++ b/arch/arm/mach-lpc32xx/Makefile.boot @@ -0,0 +1,4 @@ + zreladdr-y := 0x80008000 +params_phys-y := 0x80000100 +initrd_phys-y := 0x82000000 + |