[U-Boot] [PATCH v3 40/62] dm: sandbox: Enable of-platdata for sandbox_spl
Simon Glass
sjg at chromium.org
Mon Jul 4 19:58:20 CEST 2016
Enable this feature so that we can use it for testing in sandbox_spl.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
configs/sandbox_spl_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig
index d92597b..0f6dda8 100644
--- a/configs/sandbox_spl_defconfig
+++ b/configs/sandbox_spl_defconfig
@@ -64,6 +64,7 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_HOSTFILE=y
+CONFIG_SPL_OF_PLATDATA=y
CONFIG_NETCONSOLE=y
CONFIG_SPL_DM=y
CONFIG_REGMAP=y
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list