commit | d17524b86cba54266c57ee513232ec045928f7b1 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Dec 06 11:34:05 2023 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 13 09:41:24 2023 +0100 |
tree | fe8b647ba94be27f0732cae9f975a04554df5766 | |
parent | 3af390f6edfffc90ba024cde1475bf489285c109 [diff] |
xtensa: remove CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC from arch CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC should be defined at the SoC or the board level since Xtensa cores are high configurable. The default is just for ISS (Instruction Set Simulator). So remove it from the arch level. The xt-sim board is the only one in tree that is targeting the ISS, so add it there. Signed-off-by: Daniel Leung <daniel.leung@intel.com>