Re: [U-Boot] [PATCH 2/4] part: efi: Add default number of partition entries for sunxi

2017-11-29 Thread André Przywara
On 28/11/17 10:34, Maxime Ripard wrote: > The SPL must be located at 8kB (16 sectors) offset. That's right in the > middle of the GPT, so we need to define a smaller amount of partitions to > accomodate for that location. > > Signed-off-by: Maxime Ripard The math is correct ;-) Reviewed-by: And

[U-Boot] [PATCH 2/4] part: efi: Add default number of partition entries for sunxi

2017-11-28 Thread Maxime Ripard
The SPL must be located at 8kB (16 sectors) offset. That's right in the middle of the GPT, so we need to define a smaller amount of partitions to accomodate for that location. Signed-off-by: Maxime Ripard --- disk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/disk/Kconfig b/disk/Kc

[U-Boot] [PATCH 2/4] part: efi: Add default number of partition entries for sunxi

2017-11-15 Thread Maxime Ripard
The SPL must be located at 8kB (16 sectors) offset. That's right in the middle of the GPT, so we need to define a smaller amount of partitions to accomodate for that location. Signed-off-by: Maxime Ripard --- disk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/disk/Kconfig b/disk/Kc