summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/highbank/defaultenv-highbank/boot/ahci
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/highbank/defaultenv-highbank/boot/ahci')
-rw-r--r--arch/arm/boards/highbank/defaultenv-highbank/boot/ahci16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boards/highbank/defaultenv-highbank/boot/ahci b/arch/arm/boards/highbank/defaultenv-highbank/boot/ahci
new file mode 100644
index 0000000000..46a8c1b321
--- /dev/null
+++ b/arch/arm/boards/highbank/defaultenv-highbank/boot/ahci
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+path="/mnt/ahci"
+
+global.bootm.image="${path}/zImage"
+
+. /env/data/oftree
+
+oftree=${path}/oftree
+if [ -f $oftree ]; then
+ global.bootm.oftree="$oftree"
+fi
+
+# The rootdevice may actually be mmcblk1p2 if a card
+# is inserted to the back MMC slot
+global.linux.bootargs.dyn.root="root=/dev/sda2"