summaryrefslogtreecommitdiffstats
path: root/board/orangepi/orangepi-one
diff options
context:
space:
mode:
Diffstat (limited to 'board/orangepi/orangepi-one')
l---------[-rwxr-xr-x]board/orangepi/orangepi-one/post-build.sh12
l---------[-rwxr-xr-x]board/orangepi/orangepi-one/post-image.sh15
2 files changed, 2 insertions, 25 deletions
diff --git a/board/orangepi/orangepi-one/post-build.sh b/board/orangepi/orangepi-one/post-build.sh
index 46e8905273..cd7f11645b 100755..120000
--- a/board/orangepi/orangepi-one/post-build.sh
+++ b/board/orangepi/orangepi-one/post-build.sh
@@ -1,11 +1 @@
-#!/bin/sh
-# post-build.sh for OrangePi One taken from CubieBoard's post-build.sh
-# 2013, Carlo Caione <carlo.caione@gmail.com>
-
-BOARD_DIR="$(dirname $0)"
-MKIMAGE=$HOST_DIR/usr/bin/mkimage
-BOOT_CMD=$BOARD_DIR/boot.cmd
-BOOT_CMD_H=$BINARIES_DIR/boot.scr
-
-# U-Boot script
-$MKIMAGE -C none -A arm -T script -d $BOOT_CMD $BOOT_CMD_H
+../post-build.sh \ No newline at end of file
diff --git a/board/orangepi/orangepi-one/post-image.sh b/board/orangepi/orangepi-one/post-image.sh
index 359b4c9e7c..ae6294fa38 100755..120000
--- a/board/orangepi/orangepi-one/post-image.sh
+++ b/board/orangepi/orangepi-one/post-image.sh
@@ -1,14 +1 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
-GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
-
-rm -rf "${GENIMAGE_TMP}"
-
-genimage \
- --rootpath "${TARGET_DIR}" \
- --tmppath "${GENIMAGE_TMP}" \
- --inputpath "${BINARIES_DIR}" \
- --outputpath "${BINARIES_DIR}" \
- --config "${GENIMAGE_CFG}"
+../post-image.sh \ No newline at end of file
OpenPOWER on IntegriCloud