convert hardware loadAddress to int
This commit is contained in:
@@ -59,7 +59,7 @@ in {
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
loadAddress = mkOption { default = null; };
|
||||
loadAddress = mkOption { type = types.ints.unsigned; default = null; };
|
||||
entryPoint = mkOption { };
|
||||
radios = mkOption {
|
||||
description = ''
|
||||
|
Reference in New Issue
Block a user