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
|
@ -111,7 +111,7 @@ in
|
|||
};
|
||||
uimage = liminix.builders.uimage {
|
||||
commandLine = concatStringsSep " " config.boot.commandLine;
|
||||
inherit (config.hardware) loadAddress entryPoint;
|
||||
inherit (config.hardware) loadAddress entryPoint alignment;
|
||||
inherit (config.boot) imageFormat;
|
||||
inherit (o) kernel dtb;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue