On 3/15/21 1:11 AM, Simon Glass wrote: > This function only exists if CPU is enabled. Update the code to take > account of this, so that it does not have to be enabled on all sandbox > builds. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/timer/sandbox_timer.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Applied to u-boot-dm/next, thanks!
- [PATCH 00/19] sandbox: Preparation for running vboot f... Simon Glass
- [PATCH 01/19] sandbox: Only call timer_timebase_f... Simon Glass
- Re: [PATCH 01/19] sandbox: Only call timer_ti... Sean Anderson
- Re: [PATCH 01/19] sandbox: Only call timer_ti... Simon Glass
- [PATCH 02/19] sandbox: Only delete the executable... Simon Glass
- [PATCH 03/19] sandbox: cros_ec: Only write EC sta... Simon Glass
- Re: [PATCH 03/19] sandbox: cros_ec: Only writ... Heinrich Schuchardt
- Re: [PATCH 03/19] sandbox: cros_ec: Only ... Simon Glass
- Re: [PATCH 03/19] sandbox: cros_ec: Only ... Simon Glass
- [PATCH 05/19] sandbox: Update do_host_bind() argu... Simon Glass
- [PATCH 04/19] sandbox: Disintangle declarations i... Simon Glass
- [PATCH 06/19] sandbox: Provide a way to bind fixe... Simon Glass
- [PATCH 08/19] test: Silenece the echo and print t... Simon Glass
- [PATCH 07/19] sandbox: image: Allow sandbox to lo... Simon Glass