commit | 41139cc3a84a8dad42116424052350c7c82b287d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 24 09:26:46 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 05 09:26:26 2021 -0700 |
tree | e76ebfb080f3e64cc2fefdda608ec8af9e8c86db | |
parent | f8409e9b2b2b9cbe54b435ab5194142393a471d9 [diff] |
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>