diff options
Diffstat (limited to 'board/beaglebone/post-image.sh')
-rwxr-xr-x | board/beaglebone/post-image.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/beaglebone/post-image.sh b/board/beaglebone/post-image.sh index ceeec68520..f0c2bc7ff4 100755 --- a/board/beaglebone/post-image.sh +++ b/board/beaglebone/post-image.sh @@ -1,6 +1,7 @@ #!/bin/sh -# post-image.sh for BeagleBone +# post-image.sh for CircuitCo BeagleBone and TI am335x-evm # 2014, Marcin Jabrzyk <marcin.jabrzyk@gmail.com> +# 2016, Lothar Felten <lothar.felten@gmail.com> BOARD_DIR="$(dirname $0)" |