commit | 258060905e04fe2eb509756ef3b37e23e220a2d6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Apr 21 18:39:35 2014 +0900 |
committer | Simon Glass <sjg@chromium.org> | Fri May 09 14:51:14 2014 -0600 |
tree | ba5a45f9407ace118a4640d8b823dca946ffbfd7 | |
parent | 102061bd8b0b174e1cf811dfd35641d8a9e4eba3 [diff] |
sandbox: move source files from board/ to arch/sandbox/ Prior to commit 33a02da0, all boards must have board/${BOARD}/ or board/${VENDOR}/${BOARD}/ directory. Now this rule is obsolete. It looks weird that sandbox defines "vendor" and "board" just for meeting the old U-Boot directory structure. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org>