summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-imx31
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-19 11:57:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-23 09:19:52 +0200
commitb3a667cd841802074f5d97453c4ba6364c706c27 (patch)
treeecdfcc79686821b62d2b59173277422da4383764 /arch/arm/boards/phytec-phycore-imx31
parent8316f29859e413413294663e39932fe17cf5a4d9 (diff)
downloadbarebox-b3a667cd841802074f5d97453c4ba6364c706c27.tar.gz
barebox-b3a667cd841802074f5d97453c4ba6364c706c27.tar.xz
remove unused boot-menu-add-entry
The boot-menu-add-entry script no longer exists. Remove it from boot scripts. 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/boot/nand-ubi5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boards/phytec-phycore-imx31/env/boot/nand-ubi b/arch/arm/boards/phytec-phycore-imx31/env/boot/nand-ubi
index 67b0cb4afe..d555a538d1 100644
--- a/arch/arm/boards/phytec-phycore-imx31/env/boot/nand-ubi
+++ b/arch/arm/boards/phytec-phycore-imx31/env/boot/nand-ubi
@@ -1,10 +1,5 @@
#!/bin/sh
-if [ "$1" = menu ]; then
- boot-menu-add-entry "$0" "nand (UBI)"
- exit
-fi
-
global.bootm.image="/dev/nand0.kernel.bb"
#global.bootm.oftree="/env/oftree"
global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=nand0.root rootfstype=ubifs"