diff mbox

[1/3] board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition

Message ID 20170621081201.7717-1-ludovic.desroches@microchip.com
State Accepted
Headers show

Commit Message

Ludovic Desroches June 21, 2017, 8:11 a.m. UTC
at91sam9x5ek_mmc board was missing in the previous patch adding 1M
offset for FAT partition to solve some boot issues with the ROM code.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
---
 board/atmel/at91sam9x5ek_mmc/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni June 21, 2017, 7:25 p.m. UTC | #1
Hello,

On Wed, 21 Jun 2017 10:11:59 +0200, Ludovic Desroches wrote:
> at91sam9x5ek_mmc board was missing in the previous patch adding 1M
> offset for FAT partition to solve some boot issues with the ROM code.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
> ---
>  board/atmel/at91sam9x5ek_mmc/genimage.cfg | 1 +
>  1 file changed, 1 insertion(+)

Series applied. Thanks!

Thomas
Peter Korsgaard June 26, 2017, 8:07 a.m. UTC | #2
>>>>> "Ludovic" == Ludovic Desroches <ludovic.desroches@microchip.com> writes:

 > at91sam9x5ek_mmc board was missing in the previous patch adding 1M
 > offset for FAT partition to solve some boot issues with the ROM code.

 > Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>

Committed to 2017.05.x, thanks.
diff mbox

Patch

diff --git a/board/atmel/at91sam9x5ek_mmc/genimage.cfg b/board/atmel/at91sam9x5ek_mmc/genimage.cfg
index 46c2dc9366..b2be647d8b 100644
--- a/board/atmel/at91sam9x5ek_mmc/genimage.cfg
+++ b/board/atmel/at91sam9x5ek_mmc/genimage.cfg
@@ -24,6 +24,7 @@  image sdcard.img {
 		partition-type = 0xC
 		bootable = "true"
 		image = "boot.vfat"
+		offset = 1M
 	}
 
 	partition rootfs {