From: Tony Dinh Date: Sat, 3 Jul 2021 03:08:14 +0000 (-0700) Subject: arm: kirkwood: NSA310S: Add DM SATA configs X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=3a2f2983357546ccc70b948de95dd3072c02a35a;p=u-boot.git arm: kirkwood: NSA310S: Add DM SATA configs Enable DM SATA, removed IDE driver, and add SATA MV driver. Signed-off-by: Tony Dinh --- diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h index e38c65a485..23cf94ec99 100644 --- a/include/configs/nsa310s.h +++ b/include/configs/nsa310s.h @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* + * Copyright (C) 2015, 2021 Tony Dinh * Copyright (C) 2015 * Gerald Kerma - * Tony Dinh * Luka Perkov */ @@ -46,10 +46,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