summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/delphi-poc20/env/boot/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/delphi-poc20/env/boot/mmc')
-rw-r--r--arch/arm/boards/delphi-poc20/env/boot/mmc5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boards/delphi-poc20/env/boot/mmc b/arch/arm/boards/delphi-poc20/env/boot/mmc
index e311763c48..d5e202f395 100644
--- a/arch/arm/boards/delphi-poc20/env/boot/mmc
+++ b/arch/arm/boards/delphi-poc20/env/boot/mmc
@@ -1,10 +1,5 @@
#!/bin/sh
-if [ "$1" = menu ]; then
- boot-menu-add-entry "$0" "MMC"
- exit
-fi
-
global.bootm.image="/mnt/mmc/zImage"
global.bootm.oftree="/mnt/mmc/oftree"
global.linux.bootargs.dyn.root="root=mmcblk0p2 rootfstype=ext3 rootwait"