From cac4ae7a91a4872dd67084cb244f68446a4b39b8 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 18 Oct 2012 12:49:29 +0200 Subject: colibri_t20: nand: integrate NVIDIA partition table parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- board/toradex/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/toradex/common/Makefile') 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 -- cgit v1.2.3