From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 7 Aug 2014 15:49:38 +0200 Subject: [U-Boot] [PATCH V2 1/9] spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* In-Reply-To: <1407416736-14639-2-git-send-email-nikita@compulab.co.il> References: <1407416736-14639-1-git-send-email-nikita@compulab.co.il> <1407416736-14639-2-git-send-email-nikita@compulab.co.il> Message-ID: <201408071549.38457.marex@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 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 ? Otherwise, I see this as OK, Reviewed-by: Marek Vasut Best regards, Marek Vasut