diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:35:50 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | f960ca0a5fde2d1ec673d335a06a0f408734b3b3 (patch) | |
tree | 12bf199a5c5e07edcda42c7863c2fbbfd74e3c9f /board | |
parent | e161356bffd5b6757a43b9c55a81903227ddd20c (diff) | |
download | talos-obmc-uboot-f960ca0a5fde2d1ec673d335a06a0f408734b3b3.tar.gz talos-obmc-uboot-f960ca0a5fde2d1ec673d335a06a0f408734b3b3.zip |
dm: sandbox: Add a board for sandbox without CONFIG_BLK
While the driver-model block device support is in progress, it is useful to
build sandbox both with and without CONFIG_BLK. Add a separate board for
the latter.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/sandbox/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sandbox/MAINTAINERS b/board/sandbox/MAINTAINERS index 10d88a28a6..f5db773a47 100644 --- a/board/sandbox/MAINTAINERS +++ b/board/sandbox/MAINTAINERS @@ -4,3 +4,10 @@ S: Maintained F: board/sandbox/ F: include/configs/sandbox.h F: configs/sandbox_defconfig + +SANDBOX_NOBLK BOARD +M: Simon Glass <sjg@chromium.org> +S: Maintained +F: board/sandbox/ +F: include/configs/sandbox.h +F: configs/sandbox_noblk_defconfig |