From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Mon, 11 Apr 2011 10:21:18 +0200 Subject: [U-Boot] [PATCH v3 4/4] ARMV7: OMAP3: Add support for Comelit DIG297 board In-Reply-To: <20110409212252.B6C15151F83@gemini.denx.de> References: <1301416116-5519-1-git-send-email-luca.ceresoli@comelit.it> <1301416116-5519-5-git-send-email-luca.ceresoli@comelit.it> <20110406075048.11B1614F02E@gemini.denx.de> <4D9E12B7.2040809@comelit.it> <4DA0C56D.7030705@comelit.it> <20110409212252.B6C15151F83@gemini.denx.de> Message-ID: <4DA2B9FE.20408@comelit.it> 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 Luca Ceresoli, > > In message<4DA0C56D.7030705@comelit.it> you wrote: ... > Observations: >> a. arch/arm/cpu/armv7/omap3/mem.c computes a value for those variables based >> on config-values in the config file (see gpmc_init(), bottom half): > Note that arch/arm/cpu/armv7/omap3/mem.c is also the only file in the > whole U-Boot source tree which references these variables: > > -> egrep -lR 'boot_flash_base|boot_flash_off|boot_flash_sec|boot_flash_type' * > arch/arm/cpu/armv7/omap3/mem.c > include/configs/am3517_evm.h > include/configs/devkit8000.h > include/configs/omap3_beagle.h > include/configs/cm_t35.h > include/configs/omap3_pandora.h > include/configs/omap3_sdp3430.h > include/configs/omap3_zoom1.h > include/configs/omap3_zoom2.h > include/configs/omap3_overo.h > include/configs/omap3_evm.h Would you please read points c. and d. of my e-mail? Luca