[U-Boot] [PATCH v3 1/3] configs: at91sam9m10g45ek: Update to support DM/DT

Simon Glass sjg at chromium.org
Sun Apr 16 19:32:52 UTC 2017


On 13 April 2017 at 19:59, 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.
>
> 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.yang at atmel.com>
> ---
>
> Changes in v3: None
> Changes in v2:
>  - Add the support of Atmel uart device be used in the
>    board_init_f stage.
>  - Remove unused LED feature.
>  - Disable the SPL options.
>
>  board/atmel/at91sam9m10g45ek/Makefile        |  2 +-
>  configs/at91sam9m10g45ek_mmc_defconfig       | 28 ++++++++++++++++++---------
>  configs/at91sam9m10g45ek_nandflash_defconfig | 26 ++++++++++++++++++-------
>  include/configs/at91sam9m10g45ek.h           | 29 +---------------------------
>  4 files changed, 40 insertions(+), 45 deletions(-)

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


More information about the U-Boot mailing list