summaryrefslogtreecommitdiff
path: root/libre/uboot-omap3_beagle
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-omap3_beagle
parent1b66f5c4ed46baeead2116fd40c876dbeae6e7f7 (diff)
uboot-{am335x_bone,omap3_beagle,omap4_panda,udoo}: fix warning message about Extlinux support
Diffstat (limited to 'libre/uboot-omap3_beagle')
-rw-r--r--libre/uboot-omap3_beagle/uboot-omap3_beagle.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
index 249f69df3..8aff26699 100644
--- a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
+++ b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
@@ -1,5 +1,5 @@
extlinux_warning() {
- echo ">>> WARNING: for 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"
}
post_install() {