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 | 2ed6a26a63324c8578966a3b956693e178308b15 (patch) | |
tree | 82bdfff5927e9d0c7a327ab2cab81df203ccec65 /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x | |
parent | 19cfe5300b67f31dcd96b36a3d427254c8080c41 (diff) | |
download | master-187ad058-2ed6a26a63324c8578966a3b956693e178308b15.tar.gz master-187ad058-2ed6a26a63324c8578966a3b956693e178308b15.tar.bz2 master-187ad058-2ed6a26a63324c8578966a3b956693e178308b15.zip |
[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
Diffstat (limited to 'target/linux/mcs814x/files-3.3/arch/arm/mach-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 |