summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-10-26 13:05:52 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-10-26 13:05:52 +1100
commit75e6bdea42af09e692b37de5e470ce2e847d9d48 (patch)
tree72cf3e57cc317e65038ffeba35a9798d5156a7cf
parentf057521829701c359880ed03ca6ad0f16e967687 (diff)
downloadblackbird-op-build-75e6bdea42af09e692b37de5e470ce2e847d9d48.tar.gz
blackbird-op-build-75e6bdea42af09e692b37de5e470ce2e847d9d48.zip
skiboot v6.1-163-g4b8cc05a9451
Adriana Kobylak (1): pflash: Add --skip option for reading Andrew Jeffery (1): lpc: Clear sync no-response field prior to device probe Artem Senichev (1): platforms/astbmc/vesnin: Send list of PCI devices to BMC through IPMI Frederic Barrat (1): npu2-opencapi: Enable presence detection on ZZ Joel Stanley (1): cpu: Quieten OS endian switch messages Madhavan Srinivasan (1): external/mambo: Check for qtrace_utils.tcl before sourcing it Nicholas Piggin (2): core/flash: NULL pointer dereference fixes core/device: NULL pointer dereference fix Prem Shanker Jha (2): SCOM Restore: Handle case of old HB and new STOP API case. STOP API: Changes for SMF and SPR self save Stewart Smith (2): Quieten 'warnings' now that SIO is disabled Revert "TEMPORARY HACK: Disable verifying VERSION" Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--openpower/package/skiboot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 1e060127..9ec96882 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@ config BR2_SKIBOOT_CUSTOM_VERSION_VALUE
config BR2_SKIBOOT_VERSION
string
- default "v6.1-151-g3c54a914e54d" if BR2_SKIBOOT_LATEST_VERSION
+ default "v6.1-163-g4b8cc05a9451" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud