[U-Boot] [PATCH v2 1/3] configs: at91sam9263ek: Update for DT and DM support

Simon Glass sjg at chromium.org
Sun Apr 16 19:31:45 UTC 2017


On 12 April 2017 at 03:23, Wenyou Yang <wenyou.yang at atmel.com> wrote:
> 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 at atmel.com>
> ---
>
> 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               | 24 +-----------------------
>  7 files changed, 87 insertions(+), 29 deletions(-)

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


More information about the U-Boot mailing list