]> Git Repo - J-u-boot.git/commit - include/configs/at91sam9260ek.h
board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlash
author[email protected] <[email protected]>
Fri, 21 Jul 2017 05:40:11 +0000 (13:40 +0800)
committerTom Rini <[email protected]>
Sat, 5 Aug 2017 00:38:36 +0000 (20:38 -0400)
commitf166af88a898601f24c490aa8e2b555cfc2dfc91
tree2ea5b7a933faa06f945fcd5d709482e1d2b1b20a
parent56a61e5e27ab5b9c9c9706f2a2b353880dc04f9d
board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlash

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
16 files changed:
arch/arm/dts/at91sam9260.dtsi
arch/arm/dts/at91sam9260ek.dts
arch/arm/dts/at91sam9g20ek_common.dtsi
board/atmel/at91sam9260ek/at91sam9260ek.c
configs/at91sam9260ek_dataflash_cs0_defconfig
configs/at91sam9260ek_dataflash_cs1_defconfig
configs/at91sam9260ek_nandflash_defconfig
configs/at91sam9g20ek_2mmc_defconfig
configs/at91sam9g20ek_2mmc_nandflash_defconfig
configs/at91sam9g20ek_dataflash_cs0_defconfig
configs/at91sam9g20ek_dataflash_cs1_defconfig
configs/at91sam9g20ek_nandflash_defconfig
configs/at91sam9xeek_dataflash_cs0_defconfig
configs/at91sam9xeek_dataflash_cs1_defconfig
configs/at91sam9xeek_nandflash_defconfig
include/configs/at91sam9260ek.h
This page took 0.043087 seconds and 4 git commands to generate.