From ea22e679eed45b9708263d00c26e73287aeb0c6f Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Mon, 20 Jan 2014 21:02:55 +0000
Subject: [PATCH] core/linux-kirkwood: remove warning from post_upgrade

---
 core/linux-kirkwood/linux-kirkwood.install | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/linux-kirkwood/linux-kirkwood.install b/core/linux-kirkwood/linux-kirkwood.install
index ff06eee38..7409b43fc 100644
--- a/core/linux-kirkwood/linux-kirkwood.install
+++ b/core/linux-kirkwood/linux-kirkwood.install
@@ -27,10 +27,4 @@ post_upgrade() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
   depmod ${KERNEL_VERSION}
-
-  echo "**********************************************************************"
-  echo "WARNING! This kernel requires a newer U-Boot than many devices such as"
-  echo "         the Dockstar and Pogoplug v2 originally came with. If you do"
-  echo "         not have an updated version, your system WILL NOT BOOT."
-  echo "**********************************************************************"
 }