]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf75367ce17de34710894bc4bf504149f47672955
treee76ebfb080f3e64cc2fefdda608ec8af9e8c86db
parent424755def999d29292f9ca2078da7f97e4d68fcd
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