Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition
@ 2017-06-21  8:11 Ludovic Desroches
  2017-06-21  8:12 ` [Buildroot] [PATCH 2/3] board/atmel: provide u-boot env for at91sam9x5ek_mmc Ludovic Desroches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ludovic Desroches @ 2017-06-21  8:11 UTC (permalink / raw)
  To: buildroot

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(+)

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 {
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-26  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21  8:11 [Buildroot] [PATCH 1/3] board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition Ludovic Desroches
2017-06-21  8:12 ` [Buildroot] [PATCH 2/3] board/atmel: provide u-boot env for at91sam9x5ek_mmc Ludovic Desroches
2017-06-21  8:12 ` [Buildroot] [PATCH 3/3] configs/atmel: bump to linux4sam_5.6 Ludovic Desroches
2017-06-21 19:25 ` [Buildroot] [PATCH 1/3] board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition Thomas Petazzoni
2017-06-26  8:07 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox