commit | ea0f9474f7473df27603ae310812308dc3b4fcae | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Jul 13 09:16:55 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | 21269ae1933d1cb550e2fb0c85c89414b1e0030c | |
parent | c11ad59ed69226c54a17ff46c83e92fa6d3efc03 [diff] |
x86: gen_mmu: don't force extra map argument to be base 16 When converting the address and size arguments for extra mappings, the script assumes they are always base 16. This is not always the case. So let Python's own int() decides how to interpret the values as it supports "0x" prefix also. Signed-off-by: Daniel Leung <daniel.leung@intel.com>