Skip to content
Snippets Groups Projects

Update from unstable

Merged Denis Pynkin requested to merge wip/d4s/update-from-bullseye into apertis/v2021dev3
All threads resolved!
2 files
+ 25
0
Compare changes
  • Side-by-side
  • Inline
Files
2
From 52c55e7846d192dd3e1a701ce087ee5c0b4fd94b Mon Sep 17 00:00:00 2001
From: Denis Pynkin <denis.pynkin@collabora.com>
Date: Sun, 24 May 2020 18:29:44 +0300
Subject: [PATCH 5/6] mx6sabrelite: enable pstore command
Enable support of `pstore` command on i.MX6 SabreLite.
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
---
configs/mx6qsabrelite_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig
index 5f244a2d..ba7c250a 100644
--- a/configs/mx6qsabrelite_defconfig
+++ b/configs/mx6qsabrelite_defconfig
@@ -77,3 +77,4 @@ CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_EXT=y
CONFIG_SYS_BOOTCOUNT_EXT_NAME="/uboot.cnt"
CONFIG_SYS_BOOTCOUNT_ADDR=0x11000000
+CONFIG_CMD_PSTORE=y
--
2.25.4
Loading