set erase block size to something that works for jffs2
This commit is contained in:
@@ -24,6 +24,7 @@ in {
|
||||
# for wireless devices, etc
|
||||
address = mkOption { type = types.str; };
|
||||
size = mkOption { type = types.str; };
|
||||
eraseBlockSize = mkOption { type = types.str; };
|
||||
};
|
||||
loadAddress = mkOption { default = null; };
|
||||
entryPoint = mkOption { };
|
||||
|
Reference in New Issue
Block a user