commit | 582e676248d47359497a10e2ecabbd5d47b30c04 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Mon Nov 19 10:48:01 2018 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 23 09:13:55 2018 -0500 |
tree | a6f42158c89cfe59feae8d3369935573e310389a | |
parent | 8d92653f2639bdf694d22ee48368e77338f9191a [diff] |
dts: arc: emsk: Remove emsk_dt.h and CONFIG options from dtsi There are different interrupt numbers for R22 v R23. Before this was being handled via using Kconfig symbol CONFIG_BOARD_EM_STARTERKIT_R23 in emsk_dt.h. Since we want to remove use of Kconfig in dts we handle this via different dtsi files and having the proper one included by the proper board revision dts file. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>