From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 18 Mar 2009 15:15:46 -0500 Subject: [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash In-Reply-To: <20090318201335.5CEA5832E8B7@gemini.denx.de> References: <1237171943-11938-1-git-send-email-Mingkai.hu@freescale.com> <1237171943-11938-2-git-send-email-Mingkai.hu@freescale.com> <1237171943-11938-3-git-send-email-Mingkai.hu@freescale.com> <1237171943-11938-4-git-send-email-Mingkai.hu@freescale.com> <1237171943-11938-5-git-send-email-Mingkai.hu@freescale.com> <20090316085536.A0D4E832E8B8@gemini.denx.de> <73839B4A0818E747864426270AC332C303E411DE@zmy16exm20.fsl.freescale.net> <20090317123038.41FFD832E8B7@gemini.denx.de> <20090318171535.GB3314@loki.buserror.net> <20090318192900.8A532832E8B7@gemini.denx.de> <49C1522D.904@freescale.com> <20090318201335.5CEA5832E8B7@gemini.denx.de> Message-ID: <49C15672.2000502@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Scott, > > In message <49C1522D.904@freescale.com> you wrote: >> You'd rather tell the user they can't boot from a given device because >> it would clutter the makefile? > > Select it in the board config file? So the options are: 1. Make the user hand-edit the board config file, 2. Duplicate the board config file, or 3. Put up with a little clutter in the makefile until a better system is put into place -- and hopefully the clutter will serve as encouragement for this to actually happen. :-) I'm not sure which of #1 or #2 you're advocating, but I much prefer #3. -Scott