summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox-am335x.config
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-09-30 18:21:59 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-10-02 10:44:33 +0200
commit4dd74b5d322c76cc429efc11c243b101d6a2c0de (patch)
tree8aa227d4518588eb9f472b684b8e2cc6f975b443 /configs/platform-v7a/barebox-am335x.config
parentae5b35986593310c419bc33eebd9ae7a06de3ffa (diff)
downloadDistroKit-4dd74b5d322c76cc429efc11c243b101d6a2c0de.tar.gz
DistroKit-4dd74b5d322c76cc429efc11c243b101d6a2c0de.tar.xz
v7a: barebox: enable of_diff command
The of_diff command shows a diff over the fixups barebox would do to the device tree when booting and is very useful to see at a glance, things like fixed up bootsource or memory size. Enable it for all v7a boards. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20220930162159.814389-11-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox-am335x.config')
-rw-r--r--configs/platform-v7a/barebox-am335x.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
index 3130469..6f54bea 100644
--- a/configs/platform-v7a/barebox-am335x.config
+++ b/configs/platform-v7a/barebox-am335x.config
@@ -438,7 +438,7 @@ CONFIG_CMD_BAREBOX_UPDATE=y
# CONFIG_CMD_BLOBGEN is not set
# CONFIG_CMD_FIRMWARELOAD is not set
# CONFIG_CMD_KEYSTORE is not set
-# CONFIG_CMD_OF_DIFF is not set
+CONFIG_CMD_OF_DIFF=y
CONFIG_CMD_OF_DUMP=y
CONFIG_CMD_OF_NODE=y
CONFIG_CMD_OF_PROPERTY=y