From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 10 Aug 2014 18:19:38 +0300 Subject: [U-Boot] [PATCH V2 1/9] spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* In-Reply-To: <201408071549.38457.marex@denx.de> References: <1407416736-14639-1-git-send-email-nikita@compulab.co.il> <1407416736-14639-2-git-send-email-nikita@compulab.co.il> <201408071549.38457.marex@denx.de> Message-ID: <53E78D8A.1040202@compulab.co.il> 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/08/14 16:49, Marek Vasut wrote: > On Thursday, August 07, 2014 at 03:05:28 PM, Nikita Kiryanov wrote: >> Currently, CONFIG_SPL_SPI_* #defines are used for controlling SPI boot in >> SPL. These #defines do not allow the user to select SPI mode for the SPI >> flash (there's no CONFIG_SPL_SPI_MODE, so the SPI mode is hardcoded in >> spi_spl_load.c), and duplicate information already provided by >> CONFIG_SF_DEFAULT_* #defines. >> >> Kill CONFIG_SPL_SPI_*, and use CONFIG_SF_DEFAULT_* instead. >> >> Cc: Jagannadha Sutradharudu Teki >> Cc: Tom Rini >> Cc: Sudhakar Rajashekhara >> Cc: Lokesh Vutla >> Cc: Vitaly Andrianov >> Cc: Lars Poeschel >> Cc: Bo Shen >> Cc: Hannes Petermaier >> Cc: Michal Simek >> Cc: Marek Vasut >> Signed-off-by: Nikita Kiryanov > > Oh, right. This doesn't collide with the Kconfig work, does it ? It does not. (No "config CONFIG_SPL_SPI_*", nor "config CONFIG_SF_DEFAULT_*" in any Kconfig files) > > Otherwise, I see this as OK, > > Reviewed-by: Marek Vasut > > Best regards, > Marek Vasut >