浏览代码

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>
Ludovic Desroches 8 年之前
父节点
当前提交
7bd24df2e9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {