virt_to_phys.sh also works with nopat

This commit is contained in:
Ciro Santilli
2017-07-16 11:30:47 +01:00
parent 058c759ec9
commit 2eca9280e1
4 changed files with 9 additions and 8 deletions

View File

@@ -58,8 +58,11 @@ BR2_PACKAGE_HOST_DTC=y
#
# - https://superuser.com/questions/71389/what-is-dev-mem/1214662#1214662
# - https://unix.stackexchange.com/questions/4948/shell-command-to-read-device-registers
# - man mem
#
# TODO: why with mmap MAP_PRIVATE (used in my previous custom naive version),
# the entire register page is read?;
#
# TODO: have a look at: https://github.com/kaiwan/device-memory-readwrite
#
BR2_PACKAGE_DEVMEM2=y