aboutsummaryrefslogtreecommitdiff
path: root/board/highbank/scripts/diskboot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'board/highbank/scripts/diskboot.txt')
-rw-r--r--board/highbank/scripts/diskboot.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/highbank/scripts/diskboot.txt b/board/highbank/scripts/diskboot.txt
new file mode 100644
index 000000000..4fe67b779
--- /dev/null
+++ b/board/highbank/scripts/diskboot.txt
@@ -0,0 +1,2 @@
+ext2load ${boot_ifc} ${bootdevice} ${kernel_addr_r} uImage; ext2load ${boot_ifc} ${bootdevice} ${ramdisk_addr_r} uInitrd; bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr}
+