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 "**********************************************************************"
 }