diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:24:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:25:01 -0300 |
commit | bed2d4ff892a5e89a90725abfbf2d0b54e94b565 (patch) | |
tree | df95d5c317a6184cd6e972a0e5ec51dc771fe89f /libre/uboot-am335x_bone | |
parent | 1b66f5c4ed46baeead2116fd40c876dbeae6e7f7 (diff) | |
download | abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.tar.gz abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.tar.bz2 abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.zip |
uboot-{am335x_bone,omap3_beagle,omap4_panda,udoo}: fix warning message about Extlinux support
Diffstat (limited to 'libre/uboot-am335x_bone')
-rw-r--r-- | libre/uboot-am335x_bone/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/uboot-am335x_bone/uboot-am335x_bone.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/uboot-am335x_bone/PKGBUILD b/libre/uboot-am335x_bone/PKGBUILD index 900570537..5b7051f91 100644 --- a/libre/uboot-am335x_bone/PKGBUILD +++ b/libre/uboot-am335x_bone/PKGBUILD @@ -7,7 +7,7 @@ buildarch=4 pkgname=uboot-am335x_bone pkgver=2015.04 -pkgrel=6 +pkgrel=7 pkgdesc="U-Boot for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" diff --git a/libre/uboot-am335x_bone/uboot-am335x_bone.install b/libre/uboot-am335x_bone/uboot-am335x_bone.install index 6428bd269..4467c694e 100644 --- a/libre/uboot-am335x_bone/uboot-am335x_bone.install +++ b/libre/uboot-am335x_bone/uboot-am335x_bone.install @@ -4,7 +4,7 @@ flash_instructions() { } extlinux_warning() { - echo ">>> WARNING: for new entries, edit /boot/extlinux/extlinux.conf" + echo "==> WARNING: U-Boot uses Extlinux support to boot up. For setting it up, edit /boot/extlinux/extlinux.conf" } flash_uboot() { |