[PATCH 1/5] mtd: Update internal API to support 64-bit device size

Alexander Aring alex.aring at gmail.com
Mon Mar 10 04:02:15 EDT 2014


Hi Sascha,

we talked some time ago about >= 4GB mtd support. This patch series add
only a size for uint64_t. But then we also need to change

uint32_t master_offset;

in mtd_info to:

uint64_t master_offset;

otherwise we can't create mtd partitions with a uint64_t offset. Or I am
wrong with that? I mean... maybe they don't want to make a uint64_t
offset but we should do it right at first time.

- Alex



More information about the barebox mailing list