summaryrefslogtreecommitdiff
path: root/libre/uboot-omap4_panda
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-25 02:24:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-25 02:25:01 -0300
commitbed2d4ff892a5e89a90725abfbf2d0b54e94b565 (patch)
treedf95d5c317a6184cd6e972a0e5ec51dc771fe89f /libre/uboot-omap4_panda
parent1b66f5c4ed46baeead2116fd40c876dbeae6e7f7 (diff)
uboot-{am335x_bone,omap3_beagle,omap4_panda,udoo}: fix warning message about Extlinux support
Diffstat (limited to 'libre/uboot-omap4_panda')
-rw-r--r--libre/uboot-omap4_panda/PKGBUILD2
-rw-r--r--libre/uboot-omap4_panda/uboot-omap4_panda.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/uboot-omap4_panda/PKGBUILD b/libre/uboot-omap4_panda/PKGBUILD
index c6ee4ac2a..2eef144fe 100644
--- a/libre/uboot-omap4_panda/PKGBUILD
+++ b/libre/uboot-omap4_panda/PKGBUILD
@@ -5,7 +5,7 @@ buildarch=4
pkgname=uboot-omap4_panda
pkgver=2016.01
-pkgrel=1
+pkgrel=2
pkgdesc="U-Boot for PandaBoard and PandaBoard ES"
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
diff --git a/libre/uboot-omap4_panda/uboot-omap4_panda.install b/libre/uboot-omap4_panda/uboot-omap4_panda.install
index 52b834639..771f1f0b3 100644
--- a/libre/uboot-omap4_panda/uboot-omap4_panda.install
+++ b/libre/uboot-omap4_panda/uboot-omap4_panda.install
@@ -1,5 +1,5 @@
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() {