]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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>

No differences found