diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:28 +0000 |
commit | 94b7be6dd7271d8c8f46e29be1b7eb1880dbb32b (patch) | |
tree | 7d02392d87dca2b79655fbf72b4f33c193d78b19 /target/linux/mcs814x | |
parent | 32dcd5d6c7bf7c900300ef10588faca40cbe2704 (diff) | |
download | upstream-94b7be6dd7271d8c8f46e29be1b7eb1880dbb32b.tar.gz upstream-94b7be6dd7271d8c8f46e29be1b7eb1880dbb32b.tar.bz2 upstream-94b7be6dd7271d8c8f46e29be1b7eb1880dbb32b.zip |
remove unused variables from Makefile.boot
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34392
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot index 60dfcf6dca..b5725078d7 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot +++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot @@ -1,6 +1,4 @@ zreladdr-y := 0x00008000 - params_phys-y := 0x00000008 - initrd_phys-y := 0x00400000 dtb-$(CONFIG_MACH_DLAN_USB_EXT) += dlan-usb-extender.dtb dtb-$(CONFIG_MACH_RBT_832) += rbt-832.dtb |