summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorMarek Szyprowski2013-10-11 09:27:28 +0200
committerGrant Likely2013-10-15 10:26:07 +0200
commit1931ee143b0ab72924944bc06e363d837ba05063 (patch)
tree7d0f423772dfee812a3309c45474af9fea1be22b /drivers/of/Makefile
parentRevert "ARM: init: add support for reserved memory defined by device tree" (diff)
downloadkernel-qcow2-linux-1931ee143b0ab72924944bc06e363d837ba05063.tar.gz
kernel-qcow2-linux-1931ee143b0ab72924944bc06e363d837ba05063.tar.xz
kernel-qcow2-linux-1931ee143b0ab72924944bc06e363d837ba05063.zip
Revert "drivers: of: add initialization code for dma reserved memory"
This reverts commit 9d8eab7af79cb4ce2de5de39f82c455b1f796963. There is still no consensus on the bindings for the reserved memory and various drawbacks of the proposed solution has been shown, so the best now is to revert it completely and start again from scratch later. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index ed9660adad77..efd05102c405 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -9,4 +9,3 @@ obj-$(CONFIG_OF_MDIO) += of_mdio.o
obj-$(CONFIG_OF_PCI) += of_pci.o
obj-$(CONFIG_OF_PCI_IRQ) += of_pci_irq.o
obj-$(CONFIG_OF_MTD) += of_mtd.o
-obj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o