Merge pull request #1256 from shenki/legacy-kernel-bump

Release 4.4.77-openpower1
diff --git a/openpower/configs/firenze_defconfig b/openpower/configs/firenze_defconfig
index 7c268ab..d2b386a 100644
--- a/openpower/configs/firenze_defconfig
+++ b/openpower/configs/firenze_defconfig
@@ -25,8 +25,6 @@
 # skiboot will be built but we don't need embedded payload
 BR2_PACKAGE_SKIBOOT=y
 BR2_PACKAGE_SKIBOOT_EMBED_PAYLOAD=n
-BR2_SKIBOOT_CUSTOM_VERSION=y
-BR2_SKIBOOT_CUSTOM_VERSION_VALUE="skiboot-5.4.4"
 
 # petitboot requirements
 BR2_ENABLE_LOCALE_PURGE=y
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 760dbdc..98e2095 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "skiboot-5.4.4" if BR2_SKIBOOT_LATEST_VERSION
+	default "skiboot-5.4.6" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION