]> git.ipfire.org Git - people/ms/u-boot.git/commit
mvebu: ds414: Move cmd_syno into ds414 directory
authorTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 19:25:46 +0000 (15:25 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 16 Mar 2016 19:27:54 +0000 (15:27 -0400)
commitd08fedf691dcf4137df406110b7c6f6007f42ee3
treeece1aaa587a03e7f58ad57f3e3005393ef401fab
parentf5af0827f27638a437dada1c1cbcbb11a6a36b18
mvebu: ds414: Move cmd_syno into ds414 directory

When we switch to including all linker lists in SPL it is important to
not include commands as that may lead to link errors due to other things
we have already discarded.  In this case as we don't have other common
code nor other Synology borads, move the cmd_syno.c file (which claims
to be ds414 specific anyways!) into the ds414 directory and only build
it for non-SPL builds.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/Synology/common/Makefile [deleted file]
board/Synology/ds414/Makefile
board/Synology/ds414/cmd_syno.c [moved from board/Synology/common/cmd_syno.c with 100% similarity]