aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_spl_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 17:25:32 +1300
committerSimon Glass <sjg@chromium.org>2021-03-26 17:03:09 +1300
commit424994c48f2bea5c9abd84e0a7b30e698484b8b9 (patch)
tree869815812dd097007ce91fe6ec2810cdb9494e0d /configs/sandbox_spl_defconfig
parent3a825d3fa7122a92020b9a85a8bad0b27d55e6a7 (diff)
downloadu-boot-424994c48f2bea5c9abd84e0a7b30e698484b8b9.zip
u-boot-424994c48f2bea5c9abd84e0a7b30e698484b8b9.tar.gz
u-boot-424994c48f2bea5c9abd84e0a7b30e698484b8b9.tar.bz2
sandbox: Create a new sandbox_noinst build
Move sandbox_spl over to use OF_PLATDATA_INST. Create a new board to test the case when this is not enabled, since we will be keeping that code around for several months and want to avoid regressions. Skip the dm_test_of_plat_dev() test since driver info is not available for OF_PLATDATA_INST. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_spl_defconfig')
-rw-r--r--configs/sandbox_spl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig
index 1ac7e02..ac71cab 100644
--- a/configs/sandbox_spl_defconfig
+++ b/configs/sandbox_spl_defconfig
@@ -88,6 +88,7 @@ CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_HOSTFILE=y
CONFIG_SPL_OF_PLATDATA=y
+CONFIG_SPL_OF_PLATDATA_INST=y
CONFIG_ENV_IS_NOWHERE=y
CONFIG_ENV_IS_IN_EXT4=y
CONFIG_ENV_EXT4_INTERFACE="host"