From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 Jul 2015 10:10:57 +0200 Subject: [U-Boot] [PATCH 3/5] kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS In-Reply-To: <20150721093710.1877c40f@lilith> References: <1437384040-16244-1-git-send-email-sr@denx.de> <1437384040-16244-3-git-send-email-sr@denx.de> <20150721093710.1877c40f@lilith> Message-ID: <55ADFE91.8020209@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On 21.07.2015 09:37, Albert ARIBAUD wrote: > On Mon, 20 Jul 2015 11:20:38 +0200, Stefan Roese wrote: >> To use this offset for other boot device (like SDIO/MMC), lets rename >> it to a more generic name. This will be used be the SDIO/MMC SPL boot >> support for the A38x. > > Hmm, what if SPL gets support for booting from several sources with > different U-Boot offsets for different sources? If this happens then lets deal with it. For now I prefer to not add a new define / macro, if the current one can handle both supported cases. Thanks, Stefan