Re: [U-Boot] [PATCH v2 23/24] intern: Add specific offset do FAT-Filesystem

2015-02-03 Thread Hannes Petermaier
Hi all, please ignore this "internal" patch. This is was an accident. best regards, Hannes "U-Boot" schrieb am 03.02.2015 13:22:45: > From: Hannes Petermaier > To: u-boot@lists.denx.de > Date: 03.02.2015 13:27 > Subject: [U-Boot] [PATCH v2 23/24] int

[U-Boot] [PATCH v2 23/24] intern: Add specific offset do FAT-Filesystem

2015-02-03 Thread Hannes Petermaier
on vxWorks targets the filesystem with its MBR starts from a higher offset in the emmc flash for limiting space which is accesible by the user. Signed-off-by: Hannes Petermaier --- Changes for V2: None --- board/BuR/kwb/board.c |6 ++ disk/part_dos.c | 11 --- drivers/mm