sandbox: Enable many more commands
authorTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 17:20:23 +0000 (13:20 -0400)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Apr 2016 14:14:37 +0000 (08:14 -0600)
commit690d8a92c1f74115f954202023443d6869bac738
tree08737fc66749b8cc792394822efff9f70cc1f36b
parentf09144a220ce71d628830f7ccadeacd0cfdf6d76
sandbox: Enable many more commands

- Set CONFIG_SYS_CACHELINE_SIZE to ARCH_DMA_MINALIGN as that should be
  good enough.
- Make <asm/io.h> include <asm/types.h> like other arches do
- Enable many many more drivers in sandbox_defconfig so that we can get
  more build-time testing on this platform.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/cache.h
arch/sandbox/include/asm/io.h
configs/sandbox_defconfig