From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 3 Aug 2014 15:44:08 +0200 Subject: [U-Boot] [PATCH 01/18] spl: improve spi configuration In-Reply-To: <1407051288-17324-2-git-send-email-nikita@compulab.co.il> References: <1407051288-17324-1-git-send-email-nikita@compulab.co.il> <1407051288-17324-2-git-send-email-nikita@compulab.co.il> Message-ID: <201408031544.08782.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 Sunday, August 03, 2014 at 09:34:31 AM, Nikita Kiryanov wrote: > Currently we can define CONFIG_SPL_SPI_. > Define CONFIG_SPL_SPI_MODE option, and provide a default value for > backwards compatibility. > Default values are also provided for the rest of the spi_flash_probe > parameters (like we do in cmd_sf), to help with config file brevity. > > Cc: Jagannadha Sutradharudu Teki > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov You might actually be even more bold and check if you cannot fall back to the CONFIG_DEFAULT_SPI_MODE etc. What do you think ? Best regards, Marek Vasut