Re: [U-Boot] [PATCH] Makefile: restore support for board shortcut targets

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1281567156-30325-1-git-send-email-vap...@gentoo.org> you wrote: > The helpful shortcut for doing a board config + make was dropped recently > as it conflicted with some new build code. However, the reason for using > pattern targets originally was to avoid managin

Re: [U-Boot] [PATCH] Makefile: restore support for board shortcut targets

2010-08-12 Thread Detlev Zundel
Hi Mike, > On Wed, Aug 11, 2010 at 6:52 PM, Mike Frysinger wrote: >> The helpful shortcut for doing a board config + make was dropped recently >> as it conflicted with some new build code.  However, the reason for using >> pattern targets originally was to avoid managing a duplicate list of >> boa

Re: [U-Boot] [PATCH] Makefile: restore support for board shortcut targets

2010-08-11 Thread Mike Frysinger
On Wed, Aug 11, 2010 at 6:52 PM, Mike Frysinger wrote: > The helpful shortcut for doing a board config + make was dropped recently > as it conflicted with some new build code.  However, the reason for using > pattern targets originally was to avoid managing a duplicate list of > boards.  Since we n

[U-Boot] [PATCH] Makefile: restore support for board shortcut targets

2010-08-11 Thread Mike Frysinger
The helpful shortcut for doing a board config + make was dropped recently as it conflicted with some new build code. However, the reason for using pattern targets originally was to avoid managing a duplicate list of boards. Since we now have one centralized place for a list of boards (the new boa