Hi Tom, On Sat, 3 Dec 2022 at 10:43, Tom Rini <tr...@konsulko.com> wrote: > > Stop using CONFIG_SANDBOX_ARCH and use CONFIG_SANDBOX instead. For the > SPI related defines, set them directly in Kconfig. This now empties > arch/sandbox/include/asm/config.h. > > Cc: Simon Glass <s...@chromium.org> > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > arch/sandbox/include/asm/config.h | 10 ---------- > drivers/adc/adc-uclass.c | 2 +- > drivers/spi/Kconfig | 10 ++++++++++ > 3 files changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>