Commit 3949a413edb2c2be6ad930a5ba4b240bbca53d08

Authored by Simon Glass
1 parent 2c9dfb5807

dm: sandbox: Enable of-platdata for sandbox_spl

Enable this feature so that we can use it for testing in sandbox_spl.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/sandbox_spl_defconfig
... ... @@ -64,6 +64,7 @@
64 64 CONFIG_OF_CONTROL=y
65 65 CONFIG_SPL_OF_CONTROL=y
66 66 CONFIG_OF_HOSTFILE=y
  67 +CONFIG_SPL_OF_PLATDATA=y
67 68 CONFIG_NETCONSOLE=y
68 69 CONFIG_SPL_DM=y
69 70 CONFIG_REGMAP=y