commit | 22e426895fd01e611b45802b2ed5fe7c2e4e15fb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Mar 15 13:20:23 2016 -0400 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 15 08:14:37 2016 -0600 |
tree | 08737fc66749b8cc792394822efff9f70cc1f36b | |
parent | e75c02d35be26fe8f7767012b7c1e7bdffc33f41 [diff] |
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>