diff options
author | Simon Glass | 2017-05-18 20:09:24 -0600 |
---|---|---|
committer | Simon Glass | 2017-06-01 07:03:11 -0600 |
commit | 554c983e455189f33993bdefbc4279092d11c638 (patch) | |
tree | 23a70a94e9afe48b0f07f8e262b25392f972897d /board/sandbox | |
parent | 2ec9d171bc5ee8c9bba78d9f35d61d2473467f66 (diff) |
sandbox: Add a new sandbox_flattree board
Add a sandbox board to test the non-livetree build (i.e. with
CONFIG_OF_FLAT disabled). This increases our build and test coverage.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sandbox')
-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 4dcbf4ba03c..6d0790ccd1d 100644 --- a/board/sandbox/MAINTAINERS +++ b/board/sandbox/MAINTAINERS @@ -18,3 +18,10 @@ S: Maintained F: board/sandbox/ F: include/configs/sandbox_spl.h F: configs/sandbox_spl_defconfig + +SANDBOX FLAT TREE BOARD +M: Simon Glass <sjg@chromium.org> +S: Maintained +F: board/sandbox/ +F: include/configs/sandbox.h +F: configs/sandbox_flattree_defconfig |