From: Simon Glass Date: Mon, 4 Jul 2016 17:58:20 +0000 (-0600) Subject: dm: sandbox: Enable of-platdata for sandbox_spl X-Git-Tag: KARO-TXSD-2017-03-15~557^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3949a413edb2c2be6ad930a5ba4b240bbca53d08;p=karo-tx-uboot.git 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 --- diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index d92597b110..0f6dda8c7e 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