summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/barebox.config
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-03-27 15:45:40 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-03-27 15:45:40 +0100
commit7af52efb3f6601337df7f0c070578e9c96beb346 (patch)
tree7038972ea44d4fc46c88e024b85ed994ae943beb /configs/platform-rpi/barebox.config
parenta0ed439c4e64ca5a8c68b89fe7f5d2cee7ad8fc6 (diff)
downloadDistroKit-7af52efb3f6601337df7f0c070578e9c96beb346.tar.gz
DistroKit-7af52efb3f6601337df7f0c070578e9c96beb346.tar.xz
platform-rpi: barebox: enable dmesg command
To be able to see all messages on the console, enable the dmesg command in barebox (correspondig to our other platforms). Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/barebox.config')
-rw-r--r--configs/platform-rpi/barebox.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/platform-rpi/barebox.config b/configs/platform-rpi/barebox.config
index cdbc658..2f44535 100644
--- a/configs/platform-rpi/barebox.config
+++ b/configs/platform-rpi/barebox.config
@@ -76,6 +76,7 @@ CONFIG_BLOCK_WRITE=y
CONFIG_FILETYPE=y
CONFIG_BINFMT=y
CONFIG_UIMAGE=y
+CONFIG_LOGBUF=y
CONFIG_STDDEV=y
CONFIG_MENUTREE=y
CONFIG_BOOT=y
@@ -205,7 +206,7 @@ CONFIG_COMPILE_MEMORY=y
#
CONFIG_CMD_ARM_CPUINFO=y
CONFIG_CMD_DEVINFO=y
-# CONFIG_CMD_DMESG is not set
+CONFIG_CMD_DMESG=y
CONFIG_CMD_DRVINFO=y
CONFIG_CMD_HELP=y
CONFIG_LONGHELP=y