[PATCH 4/4] NSA310S : Add DM SATA configs
Stefan Roese
sr at denx.de
Thu Jul 1 10:20:44 CEST 2021
On 01.07.21 06:26, Tony Dinh wrote:
> Enable DM SATA, removed IDE driver, and add SATA MV driver.
>
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
> ---
>
> include/configs/nsa310s.h | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h
> index e38c65a485..94f293de90 100644
> --- a/include/configs/nsa310s.h
> +++ b/include/configs/nsa310s.h
> @@ -1,5 +1,6 @@
> /* SPDX-License-Identifier: GPL-2.0+ */
> /*
> + * Copyright (C) 2021 Tony Dinh <mibodhi at gmail.com>
> * Copyright (C) 2015
> * Gerald Kerma <dreagle at doukki.net>
> * Tony Dinh <mibodhi at gmail.com>
Please change this copyright line instead of adding yourself a 2nd
time.
Other than this:
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> @@ -46,10 +47,10 @@
> #endif /* CONFIG_CMD_NET */
>
> /* SATA driver configuration */
> -#ifdef CONFIG_IDE
> -#define __io
> -#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
> -#endif /* CONFIG_IDE */
> +#ifdef CONFIG_SATA
> +#define CONFIG_SYS_SATA_MAX_DEVICE 1
> +#define CONFIG_LBA48
> +#endif /* CONFIG_SATA */
>
> /* RTC driver configuration */
> #ifdef CONFIG_CMD_DATE
>
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