sandbox: Drop CONFIG_SYS_TIMER_RATE
authorSimon Glass <sjg@chromium.org>
Wed, 24 Nov 2021 16:26:46 +0000 (09:26 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 5 Dec 2021 16:26:26 +0000 (09:26 -0700)
commit36cc7bfd54cf104a13bd0a6a5cd43e146547ce6b
treee76ebfb080f3e64cc2fefdda608ec8af9e8c86db
parent6ce2237a4076a323e6dcaa92c6f22a149fef6f28
sandbox: Drop CONFIG_SYS_TIMER_RATE

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@chromium.org>
configs/tools-only_defconfig
include/configs/sandbox.h