All variables for address, width and value are unsigned, so use strtoul instead of strtol. This fixes an issue when 0xffffffff is about to be assigned to specific address, which was truncated to 0x7fffffff so far. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| date_service.c | ||
| device_service.c | ||
| devmem_service.c | ||
| Kconfig | ||
| kernel_service.c | ||