diff mbox series

[U-Boot,8/9] arm: mvebu: clearfog: set U-Boot offset forSATA boot

Message ID b62c00bc1d0da6d42187ab38ecdaa381ae7b1a59.1557999190.git.baruch@tkos.co.il
State Accepted
Commit 6403d385b6dfe8de0485f119c20edaba2c460ab0
Delegated to: Stefan Roese
Headers show
Series arm: mvebu: clearfog: support boot from SATAdisk | expand

Commit Message

Baruch Siach May 16, 2019, 10:04 a.m. UTC
See the offset of U-Boot in raw SATA disk to the same value as the MMC
offset. That is 0x140 sectors from the beginning of the SPL, which is
0x141 sectors from the beginning of the device (after the MBR sector).

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 include/configs/clearfog.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Packham May 17, 2019, 8:01 a.m. UTC | #1
On Thu, May 16, 2019 at 10:11 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> See the offset of U-Boot in raw SATA disk to the same value as the MMC

s/See/Set/

> offset. That is 0x140 sectors from the beginning of the SPL, which is
> 0x141 sectors from the beginning of the device (after the MBR sector).
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

With the typo fix above

Reviewed-by: Chris Packham <judge.packham@gmail.com>

> ---
>  include/configs/clearfog.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
> index 4198ff051177..15c402b542e9 100644
> --- a/include/configs/clearfog.h
> +++ b/include/configs/clearfog.h
> @@ -85,7 +85,7 @@
>  /* SPL related SPI defines */
>  #define CONFIG_SYS_SPI_U_BOOT_OFFS     0x20000
>  #define CONFIG_SYS_U_BOOT_OFFS         CONFIG_SYS_SPI_U_BOOT_OFFS
> -#elif defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC)
> +#elif defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA)
>  /* SPL related MMC defines */
>  #define CONFIG_SYS_MMC_U_BOOT_OFFS             (160 << 10)
>  #define CONFIG_SYS_U_BOOT_OFFS                 CONFIG_SYS_MMC_U_BOOT_OFFS
> --
> 2.20.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index 4198ff051177..15c402b542e9 100644
--- a/include/configs/clearfog.h
+++ b/include/configs/clearfog.h
@@ -85,7 +85,7 @@ 
 /* SPL related SPI defines */
 #define CONFIG_SYS_SPI_U_BOOT_OFFS	0x20000
 #define CONFIG_SYS_U_BOOT_OFFS		CONFIG_SYS_SPI_U_BOOT_OFFS
-#elif defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC)
+#elif defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA)
 /* SPL related MMC defines */
 #define CONFIG_SYS_MMC_U_BOOT_OFFS		(160 << 10)
 #define CONFIG_SYS_U_BOOT_OFFS			CONFIG_SYS_MMC_U_BOOT_OFFS