]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: move source files from board/ to arch/sandbox/
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Apr 2014 09:39:35 +0000 (18:39 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 9 May 2014 20:51:14 +0000 (14:51 -0600)
commit258060905e04fe2eb509756ef3b37e23e220a2d6
treeba5a45f9407ace118a4640d8b823dca946ffbfd7
parent102061bd8b0b174e1cf811dfd35641d8a9e4eba3
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>
arch/sandbox/lib/Makefile
arch/sandbox/lib/sandbox.c [moved from board/sandbox/sandbox/sandbox.c with 100% similarity]
board/sandbox/sandbox/Makefile [deleted file]
boards.cfg
doc/README.sandbox [moved from board/sandbox/sandbox/README.sandbox with 100% similarity]