Update the configuration files to support the device tree and driver
model. The device clock and pins configuration are handled by the
clock and the pinctrl drivers respectively.

Because the limitation of internal SRAM size, the SPL with driver
model can't be supported, disable the SPL option.

Signed-off-by: Wenyou Yang <wenyou.y...@atmel.com>
Reviewed-by: Simon Glass <s...@chromium.org>
---

Changes in v5:
 - Adjust CONFIG_ENV_OFFSET for NAND to avoid the conflict caused
   by the increased binary size.

Changes in v4: None
Changes in v3:
 - Convert Atmel mci driver to support the driver model.
 - Remain the SPI_SPEED macro.
 - Add the support of Atmel uart device be used in the
   board_init_f stage.
 - Disable the SPL for nand config.
 - Improve the commit log.

Changes in v2: None

 board/atmel/at91sam9x5ek/at91sam9x5ek.c  |  2 ++
 configs/at91sam9x5ek_dataflash_defconfig | 23 ++++++++++++++++++++++-
 configs/at91sam9x5ek_mmc_defconfig       | 23 ++++++++++++++++++++++-
 configs/at91sam9x5ek_nandflash_defconfig | 29 ++++++++++++++++++++++-------
 configs/at91sam9x5ek_spiflash_defconfig  | 30 ++++++++++++++++++++++--------
 include/configs/at91sam9x5ek.h           | 27 +++------------------------
 6 files changed, 93 insertions(+), 41 deletions(-)

Applied to u-boot-dm/next, thanks!
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to