From 5e2a6f3f575c95ed07cd43f5bb3beed877fd3d16 Mon Sep 17 00:00:00 2001 From: Peter Nessrup Date: Wed, 22 Sep 2010 15:59:00 +0200 Subject: Adding blkdevparts command New command for reading out partitions from the sub TOC to build up the blkdevparts env var. This is to be passed to the kernel via the kernel command line Use CONFIG_CMD_BLKDEVPARTS to enable the feature. This command requires th CONFIG_TOC_PARTITION flag to be set Change-Id: Icf114fa38f0b35ef47d00d385b6e19596a8f6167 Signed-off-by: Peter Nessrup Change-Id: Id2892a35ebaaab5d778a8f0878127721fff5767e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5394 Reviewed-by: Michael BRANDT Reviewed-by: Mikael LARSSON Reviewed-by: ulf hansson --- common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 226ae720f..e68e11497 100755 --- a/common/Makefile +++ b/common/Makefile @@ -154,6 +154,7 @@ COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o COBJS-$(CONFIG_VFD) += cmd_vfd.o COBJS-$(CONFIG_CMD_TOC) += cmd_toc.o +COBJS-$(CONFIG_CMD_BLKDEVPARTS) += cmd_blkdevparts.o # others COBJS-$(CONFIG_DDR_SPD) += ddr_spd.o -- cgit v1.2.3