[U-Boot] [PATCH 1/4] board: at91sam9x5ek: move config options to defconfig
Simon Glass
sjg at chromium.org
Mon Feb 6 15:34:36 UTC 2017
On 2 February 2017 at 22:29, Wenyou Yang <wenyou.yang at atmel.com> wrote:
> Enable CONFIG_CLK and CONFIG_PINCTRL to support at91 clock
> driver and at91 pinctrl driver.
>
> Move some config options to configs/sama5d4ek_*_defconfig, and
> make the drivers, spi, emac, gpio, serial and ehci usb to support
> the driver model.
>
> Due to the limitation of internal SRAM size, disable the SPL option
> for the spi flash configuration.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
> ---
>
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 2 ++
> configs/at91sam9x5ek_dataflash_defconfig | 20 +++++++++++++++++++-
> configs/at91sam9x5ek_mmc_defconfig | 20 +++++++++++++++++++-
> configs/at91sam9x5ek_nandflash_defconfig | 20 +++++++++++++++++++-
> configs/at91sam9x5ek_spiflash_defconfig | 27 +++++++++++++++++++--------
> include/configs/at91sam9x5ek.h | 19 +------------------
> 6 files changed, 79 insertions(+), 29 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
That's a lot for one patch!
More information about the U-Boot
mailing list