[PATCH v2 08/11] sandbox: Drop CONFIG_SYS_TIMER_RATE

Simon Glass sjg at chromium.org
Sun Dec 5 20:45:51 CET 2021


This is not used by sandbox since it uses driver model for the timer.

Drop it.

Also update the tools_only build to avoid build errors, since it does
actually build U-Boot too. Enable DM so we can use CONFIG_TIMER,
disable EFI_LOADER to avoid an error about board_quiesce_devices() and
disable NET to avoid having to define CONFIG_AVB_BUF_ADDR

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

(no changes since v1)

 configs/tools-only_defconfig | 7 +++----
 include/configs/sandbox.h    | 4 ----
 2 files changed, 3 insertions(+), 8 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list