
On Sat, Jun 4, 2011 at 7:33 AM, Wolfgang Denk wd@denx.de wrote:
Did you not see the other patch in the same series that makes use of this feature? It's not about actually typing it out. Let me know if you need help finding patch 3/4.
It does not matter if you add it here and use it there. We already have a mechanhism to do that, so no new method is needed. Please use the existing code instead oif reinventing the wheel.
How do I make a new build configuration without making changes to boards.cfg or the Makefile? I could add a new entry there for every bootstrap build but I was trying and hoping to avoid this. For example for every build I could need the following
BOARD_NAND BOARD_NAND_IN_BOOTSTRAP BOARD_SPIFLASH BOARD_SPIFLASH_IN_BOOTSTRAP BOARD_SDCARD BOARD_SDCARD_IN_BOOTSTRAP
I was hoping to avoid all the IN_BOOTSTRAP variants.
-M