builders/uimage: support aligning the FIT
This is necessary when writing to a MTD partition with a certain erasesize.
This commit is contained in:
parent
c59364d623
commit
dde8386f75
3 changed files with 4 additions and 2 deletions
|
@ -67,6 +67,7 @@ in {
|
|||
};
|
||||
loadAddress = mkOption { type = types.ints.unsigned; default = null; };
|
||||
entryPoint = mkOption { type = types.ints.unsigned; };
|
||||
alignment = mkOption { type = types.ints.unsigned; default = null; description = "Alignment passed to `mkimage` for FIT"; };
|
||||
radios = mkOption {
|
||||
description = ''
|
||||
Kernel modules (from mac80211 package) required for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue