
6 Jun
2012
6 Jun
'12
11:26 p.m.
On 06/06/2012 04:09 PM, Wolfgang Denk wrote:
Dear Shaohui Xie,
In message 1338979010-950-1-git-send-email-Shaohui.Xie@freescale.com you wrote:
- For eSPI boot:
- To build the eSPI boot image for P4080DS:
- make P4080DS_SPIFLASH
- To build the eSPI boot image for P3041DS:
- make P3041DS_SPIFLASH
- To build the eSPI boot image for P5020DS:
- make P5020DS_SPIFLASH
Come on, this doesn't scale. Why not simply:
make <name>_SPIFLASH
?
Listing all boards here isn't the right answer, but some targets might have other orthogonal options to be specified, so the pattern wouldn't necessarily hold.
-Scott