commit | 22e7449b7359fe94ccde33326086076e043e3d5f | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Oct 23 15:15:59 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 24 08:51:06 2019 -0500 |
tree | 0ed5910ce51865d3cec2f750607ac6f896786699 | |
parent | 2d7303e13f84969c06570c6766a402a400f5eb7a [diff] |
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>