Quellcode durchsuchen

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

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>
(cherry picked from commit 7bd24df2e92fc7bf9a8d6d76c572ab5ae14d49be)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Ludovic Desroches vor 7 Jahren
Ursprung
Commit
52bb334faf
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      board/atmel/at91sam9x5ek_mmc/genimage.cfg

+ 1 - 0
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 {