summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot
diff options
context:
space:
mode:
authorBarbier, Renaud <renaud.barbier@abaco.com>2019-04-15 12:35:23 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-08 11:05:33 +0200
commitaa4882a29b21123df67a4a56e70758fc4fc6c5ee (patch)
treebac420ed160f4d0b0c946e16b22df0dde3869222 /arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot
parentea569a0afd6a2e9a84418cd18ddeaeefaa5eae39 (diff)
downloadbarebox-aa4882a29b21123df67a4a56e70758fc4fc6c5ee.tar.gz
barebox-aa4882a29b21123df67a4a56e70758fc4fc6c5ee.tar.xz
owc: directories and files renaming
As the company changed name to Abaco Systems Inc, we have a contractual requirement to remove GE references. Start by renaming files and directories using a neutral name. Signed-off-by: Renaud Barbier <renaud.barbier@abaco.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot')
-rw-r--r--arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot b/arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot
new file mode 100644
index 0000000000..ce7da18e63
--- /dev/null
+++ b/arch/ppc/boards/owc-da923rc/defaultenv-owc-da923rc/bin/boot
@@ -0,0 +1,9 @@
+#!/bin/sh
+#Load the firmware images from the NOR UBIFS file system and boot
+
+readlink /mnt/active symlink
+
+bootargs="ubi.mtd=nand root=ubi0:fs-active rootfstype=ubifs rw panic=25"
+cp /mnt/$symlink/uImage /
+cp /mnt/$symlink/dtb /
+bootm -o /dtb /uImage \ No newline at end of file