rename flashimage to mtdimage
This commit is contained in:
parent
39c338d710
commit
876bd7d8ce
10 changed files with 20 additions and 21 deletions
|
@ -32,7 +32,7 @@ in {
|
|||
};
|
||||
};
|
||||
defaultOutput = mkOption {
|
||||
description = "\"Default\" output: what gets built for this device when outputs.default is requested. Typically this is \"flashimage\" or \"vmroot\"";
|
||||
description = "\"Default\" output: what gets built for this device when outputs.default is requested. Typically this is \"mtdimage\" or \"vmroot\"";
|
||||
type = types.nonEmptyStr;
|
||||
};
|
||||
ram = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue