summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-imx31
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-08-25 14:20:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-26 07:35:49 +0200
commit71df6f5bf1bbe73d79569fcd7853cd5d7af1e02b (patch)
tree1c26d6f87c616574ad516f299a8a3c14ad09f86d /arch/arm/boards/phytec-phycore-imx31
parent2086c79289583f5ca23f46ea37cfe066fb29482c (diff)
downloadbarebox-71df6f5bf1bbe73d79569fcd7853cd5d7af1e02b.tar.gz
barebox-71df6f5bf1bbe73d79569fcd7853cd5d7af1e02b.tar.xz
defaultenv-2: remove unused *-menu-add-entry calls
The *-menu-add-entry functions no longer exist in defaultenv-2, so remove the calls to these functions. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-phycore-imx31')
-rw-r--r--arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nand5
-rw-r--r--arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nor5
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nand b/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nand
index 84220b77b3..540277cdeb 100644
--- a/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nand
+++ b/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nand
@@ -1,10 +1,5 @@
#!/bin/sh
-if [ "$1" = menu ]; then
- init-menu-add-entry "$0" "NAND partitions"
- exit
-fi
-
mtdparts="512k(nand0.barebox)ro,128k(nand0.bareboxenv),4M(nand0.kernel),-(nand0.root)"
kernelname="mxc_nand"
diff --git a/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nor b/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nor
index 2ef6ead71a..940eb86c95 100644
--- a/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nor
+++ b/arch/arm/boards/phytec-phycore-imx31/env/init/mtdparts-nor
@@ -1,10 +1,5 @@
#!/bin/sh
-if [ "$1" = menu ]; then
- init-menu-add-entry "$0" "NOR partitions"
- exit
-fi
-
mtdparts="256k(nor0.barebox)ro,128k(nor0.bareboxenv),4M(nor0.kernel),-(nor0.root)"
kernelname="physmap-flash.0"