[U-Boot] [PATCH] arc: remove dummy target

2015-05-13 Thread Alexey Brodkin
TARGET_DUMMY was introduced to resolve the same problem as commit arch: Make board selection choices optional http://git.denx.de/?p=u-boot.git;a=commit;h=a26cd04920dc069fd6e91abb785426cf6c29f45f Latter implementation is much cleaner and appropriate. And anyways TARGET_DUMMY is no longer

Re: [U-Boot] [PATCH] arc: remove dummy target

2015-05-13 Thread Alexey Brodkin
On Wed, 2015-05-13 at 13:50 +0300, Alexey Brodkin wrote: TARGET_DUMMY was introduced to resolve the same problem as commit arch: Make board selection choices optional http://git.denx.de/?p=u-boot.git;a=commit;h=a26cd04920dc069fd6e91abb785426cf6c29f45f Latter implementation is much cleaner

Re: [U-Boot] [PATCH] arc: remove dummy target

2015-05-13 Thread Joe Hershberger
Hi Alexey, On Wed, May 13, 2015 at 5:50 AM, Alexey Brodkin alexey.brod...@synopsys.com wrote: TARGET_DUMMY was introduced to resolve the same problem as commit arch: Make board selection choices optional http://git.denx.de/?p=u-boot.git;a=commit;h=a26cd04920dc069fd6e91abb785426cf6c29f45f