zephyr/arch
Kumar Gala 22e7449b73 kconfig: Introduce typed dt kconfig functions
Replace:
  dt_chosen_reg_addr
  dt_chosen_reg_size
  dt_node_reg_addr
  dt_node_reg_size

with:
  dt_chosen_reg_addr_int
  dt_chosen_reg_size_int
  dt_chosen_reg_addr_hex
  dt_chosen_reg_size_hex
  dt_node_reg_addr_int
  dt_node_reg_size_int
  dt_node_reg_addr_hex
  dt_node_reg_size_hex

So that we get the proper formatted string for the type of symbol.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-10-24 08:51:06 -05:00
..
arc arch: arc: Implement z_arch_system_halt() 2019-10-24 13:26:41 +02:00
arm x86: arm: rename some functions 2019-10-21 10:13:38 -07:00
common timing_info: rename globals 2019-09-30 15:25:55 -04:00
nios2 kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
posix kernel: activate arch interface headers 2019-10-21 10:13:38 -07:00
riscv riscv: properly pull in irq_offload logic 2019-10-15 09:33:52 -07:00
x86 x86: arm: rename some functions 2019-10-21 10:13:38 -07:00
x86_64 x86_64: fix arch headers 2019-10-09 09:14:18 -04:00
xtensa xtensa: kconfig: Remove unused XTENSA_OMIT_HIGH_INTERRUPTS symbol 2019-10-22 14:31:46 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: Introduce typed dt kconfig functions 2019-10-24 08:51:06 -05:00