From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 16 Jul 2012 10:58:14 -0700 Subject: [U-Boot] [PATCH u-boot-arm/next 1/2] OMAP3: igep00x0: Add config option to choose flash storage memory In-Reply-To: References: <1342208490-24761-1-git-send-email-javier@dowhile0.org> Message-ID: <50045636.8090802@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/16/2012 12:43 AM, Enric Balletb? i Serra wrote: [snip] > I would like to investigateif we can do this using runtime detection > instead of a separate config option. Give me some days. The runtime > detection can be done reading the sysboot configuration for example. I > think it's possible, do you think would be possible ? Until we have the device model and the ability to see at run-time if we have say NAND or OneNAND (or neither!) we can't because we have to build-time define where the environment will be found. -- Tom