aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-one
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-25 23:26:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-25 23:26:45 +0000
commit695ff1c0237fc0900933be9e1fa149efd5bdd3fd (patch)
tree3e54bca1889b6134df4c8f6530fbb42e4f873a82 /sysutils/u-boot-orangepi-one
parentb4030e6bfbd2d4b0898bc75686acdd3c274794da (diff)
downloadports-695ff1c0237fc0900933be9e1fa149efd5bdd3fd.tar.gz
ports-695ff1c0237fc0900933be9e1fa149efd5bdd3fd.zip
Fix pkg-descr information.
PR: 213251 Submitted by: manu
Notes
Notes: svn path=/head/; revision=444328
Diffstat (limited to 'sysutils/u-boot-orangepi-one')
-rw-r--r--sysutils/u-boot-orangepi-one/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-orangepi-one/pkg-descr b/sysutils/u-boot-orangepi-one/pkg-descr
index 58931e6fbddb..77fa39002ac9 100644
--- a/sysutils/u-boot-orangepi-one/pkg-descr
+++ b/sysutils/u-boot-orangepi-one/pkg-descr
@@ -1,7 +1,7 @@
U-Boot loader for OrangePi One.
To install this bootloader on an sdcard just do :
-dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
+dd if=/usr/local/share/u-boot/u-boot-orangepi-one/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
This version is patched so that:
* ELF and API features are enabled.