
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.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com Reviewed-by: Simon Glass sjg@chromium.org ---
Changes in v4: - Adjust CONFIG_ENV_OFFSET for NAND to avoid the conflict caused by the increased binary size.
Changes in v3: None Changes in v2: - Add converting UART to support DM_SERIAL and used in the board_init_f stage. - Remove unused LED feature. - Improve the commit log.
board/atmel/at91sam9263ek/Makefile | 2 +- configs/at91sam9263ek_dataflash_cs0_defconfig | 18 +++++++++++++++++- configs/at91sam9263ek_dataflash_defconfig | 18 +++++++++++++++++- configs/at91sam9263ek_nandflash_defconfig | 18 +++++++++++++++++- configs/at91sam9263ek_norflash_boot_defconfig | 18 +++++++++++++++++- configs/at91sam9263ek_norflash_defconfig | 18 +++++++++++++++++- include/configs/at91sam9263ek.h | 26 ++------------------------ 7 files changed, 88 insertions(+), 30 deletions(-)
Applied to u-boot-dm/next, thanks!