diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-27 18:42:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-27 18:42:28 +0000 |
commit | a80887b95e2842bf0e414938a8d274d5a3190c7e (patch) | |
tree | 82bdfff5927e9d0c7a327ab2cab81df203ccec65 | |
parent | 7dec93c04e2205ccd68045a7814c9ea885cefc36 (diff) |
[mcs814x] remove unused variables from Makefile.boot
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34392 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 60dfcf6dc..b5725078d 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 |