summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorBob Johnston <BJohnston@nvidia.com>2012-03-15 13:45:52 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-22 23:51:37 -0700
commit2bd9d831ba58f97dd4058e3aeaf927b8acab57ea (patch)
tree85134789269e8f7b545322079bbb188f8446d1cf /arch/arm/mach-tegra/Makefile
parent5cdcf7ae303dc21f6124f6965054abd72f83298c (diff)
arm: tegra: p1852: Add proc interface for board specific info
1) /proc/board_serial will have the board serial number. 2) /proc/skuinfo will have 18 character sku information. 3) /proc/skuver will have 2 character sku version number. 4) /proc/prodinfo will have product information 5) /proc/prodver will have product version number. bug 931053 Change-Id: I7daccf932d3ee55b13c89eb4aaa519f51d8dba3e Signed-off-by: Bob Johnston <bjohnston@nvidia.com> Reviewed-on: http://git-master/r/90378 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com> Rebase-Id: R4b5d67c94f0180aa2b78fe6a71d50a8c9e2a838d
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 5f97bd5534eb..8073a5c1b2ef 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -2,6 +2,7 @@ obj-y += board-pinmux.o
obj-y += ahb.o
obj-y += apbio.o
obj-y += common.o
+obj-y += board-info.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += common-t2.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += common-t3.o
obj-y += io.o