summaryrefslogtreecommitdiff
path: root/board/toradex/common/Makefile
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-10-18 12:49:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 19:17:50 +0200
commitcac4ae7a91a4872dd67084cb244f68446a4b39b8 (patch)
tree90343c6b35b0d43f20b82026a5e29f57c702670e /board/toradex/common/Makefile
parent22e3ede7d034616be39c48656a16d96fbfb27f43 (diff)
colibri_t20: nand: integrate NVIDIA partition table parsing
NVIDIA's NAND layout includes a partition table that can be used to generically construct the mtdparts kernel boot argument. As an added benefit this is completely independent of the underlying NAND part used which differs with various module versions. It further allows our customer easy adoption to their own custom partition layout. Initial partition table parsing courtesy of Mitja Špes from LXNAV.
Diffstat (limited to 'board/toradex/common/Makefile')
-rw-r--r--board/toradex/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile
index e3a6dbf938..8d160d50e9 100644
--- a/board/toradex/common/Makefile
+++ b/board/toradex/common/Makefile
@@ -27,6 +27,7 @@ LIB = $(obj)lib$(VENDOR).o
COBJS-y += board.o
COBJS-$(CONFIG_TEGRA2_NAND) += tegra2_nand.o
+COBJS-$(CONFIG_TEGRA2_NAND) += tegra2_partitions.o
COBJS-$(CONFIG_USB_EHCI_TEGRA) += ulpi_linux.o
COBJS-$(CONFIG_USB_EHCI_TEGRA) += usb.o