commit | dcbc02e96d18eae1703f57703d53c41d12a4c5de | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Feb 22 01:39:18 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 01 11:22:40 2023 -0700 |
tree | ad98deb00aa980ed1bf39eb1c98835f077dc90d6 | |
parent | a41d9d8b0b1827029c9e3506b4982a2c4f58c7b3 [diff] |
sandbox: fix building with CONFIG_SPL_TIMER=y Building sandbox_defconfig with CONFIG_SPL_TIMER=y results in an error include/dm/platdata.h:63:33: error: static assertion failed: "Cannot use U_BOOT_DRVINFO with of-platdata. Please use devicetree instead" Add a missing condition in the sandbox driver. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>