[U-Boot] [PATCH 2/3] board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlash

Simon Glass sjg at chromium.org
Thu Aug 3 15:24:25 UTC 2017


On 20 July 2017 at 23:40, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> To support driver model and device tree, use the SPI-flash-based
> AT45xxx DataFlash driver, DataFlash is a kind of SPI flash.
> Instead of ATMEL_DATAFLASH_SPI DataFlash older driver that will
> be removed in the future.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
>  arch/arm/dts/at91sam9rl.dtsi             |  1 +
>  board/atmel/at91sam9rlek/at91sam9rlek.c  |  3 ---
>  configs/at91sam9rlek_dataflash_defconfig |  7 +++++++
>  configs/at91sam9rlek_mmc_defconfig       |  7 +++++++
>  configs/at91sam9rlek_nandflash_defconfig |  7 +++++++
>  include/configs/at91sam9rlek.h           | 21 +++++++--------------
>  6 files changed, 29 insertions(+), 17 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

CONFIG_ENV_IS_IN again


More information about the U-Boot mailing list