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

Simon Glass sjg at chromium.org
Thu Aug 3 15:24:22 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/at91sam9263.dtsi                 |  1 +
>  arch/arm/dts/at91sam9263ek.dts                |  2 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c     |  4 ----
>  configs/at91sam9263ek_dataflash_cs0_defconfig |  7 +++++++
>  configs/at91sam9263ek_dataflash_defconfig     |  7 +++++++
>  configs/at91sam9263ek_nandflash_defconfig     |  7 +++++++
>  configs/at91sam9263ek_norflash_boot_defconfig |  7 +++++++
>  configs/at91sam9263ek_norflash_defconfig      |  7 +++++++
>  include/configs/at91sam9263ek.h               | 21 +++++++--------------
>  9 files changed, 44 insertions(+), 19 deletions(-)

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

But note that CONFIG_ENV_IS_IN... options are now in Kconfig


More information about the U-Boot mailing list