board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition
authorLudovic Desroches <ludovic.desroches@microchip.com>
Wed, 21 Jun 2017 08:11:59 +0000 (10:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 21 Jun 2017 19:23:48 +0000 (21:23 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/atmel/at91sam9x5ek_mmc/genimage.cfg

index 46c2dc9366668fd0f314452a0858fa195d2f198c..b2be647d8b5ebd85451836dbfd53b642f7845cb3 100644 (file)
@@ -24,6 +24,7 @@ image sdcard.img {
                partition-type = 0xC
                bootable = "true"
                image = "boot.vfat"
+               offset = 1M
        }
 
        partition rootfs {