[U-Boot] [PATCH u-boot-marvell v3 05/10] board: turris_mox: Update defconfig

Stefan Roese sr at denx.de
Thu Nov 29 13:01:57 UTC 2018


On 20.11.18 13:04, Marek Behún wrote:
> Add gpio command to defconfig - this can be used to detect whether the
> button is pressed or light LEDs.
> Add DS1307 RTC driver and the date command.
> Add CONFIG_WATCHDOG, so that U-Boot calls watchdog_reset.
> Add CONFIG_MISC_INIT_R so that ethernet addresses are read from OTP
> before network controller is initialized.
> 
> Signed-off-by: Marek Behún <marek.behun at nic.cz>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
>   configs/turris_mox_defconfig | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index 749ed31acd..e89e6617ca 100644
> --- a/configs/turris_mox_defconfig
> +++ b/configs/turris_mox_defconfig
> @@ -13,7 +13,9 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
>   # CONFIG_DISPLAY_CPUINFO is not set
>   # CONFIG_DISPLAY_BOARDINFO is not set
>   CONFIG_ARCH_EARLY_INIT_R=y
> +CONFIG_MISC_INIT_R=y
>   CONFIG_CMD_CLK=y
> +CONFIG_CMD_GPIO=y
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_I2C=y
>   CONFIG_CMD_MMC=y
> @@ -24,6 +26,7 @@ CONFIG_CMD_USB=y
>   # CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_TFTPPUT=y
>   CONFIG_CMD_CACHE=y
> +CONFIG_CMD_DATE=y
>   CONFIG_CMD_TIME=y
>   CONFIG_CMD_MVEBU_BUBT=y
>   CONFIG_CMD_BTRFS=y
> @@ -63,6 +66,8 @@ CONFIG_DEBUG_UART_SHIFT=2
>   CONFIG_DEBUG_UART_ANNOUNCE=y
>   CONFIG_MVEBU_A3700_UART=y
>   CONFIG_MVEBU_A3700_SPI=y
> +CONFIG_DM_RTC=y
> +CONFIG_RTC_DS1307=y
>   CONFIG_USB=y
>   CONFIG_DM_USB=y
>   CONFIG_USB_XHCI_HCD=y
> @@ -73,6 +78,7 @@ CONFIG_USB_ETHER_ASIX=y
>   CONFIG_USB_ETHER_MCS7830=y
>   CONFIG_USB_ETHER_RTL8152=y
>   CONFIG_USB_ETHER_SMSC95XX=y
> +CONFIG_WATCHDOG=y
>   CONFIG_WDT=y
>   CONFIG_WDT_ARMADA_37XX=y
>   CONFIG_SHA1=y
> 

Viele Grüße,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list