dts: Convert CONFIG_CCM to DT_CCM
Since we know do DTS before Kconfig we should try and remove dts from creating Kconfig namespaced symbols and leave that to Kconfig. So rename CONFIG_CCM_<FOO> to DT_CCM_<FOO>. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
d402d03555
commit
bfaaa6bbe9
5 changed files with 10 additions and 10 deletions
|
@ -202,7 +202,7 @@ extern char __gcov_bss_size[];
|
|||
/* end address of image, used by newlib for the heap */
|
||||
extern char _end[];
|
||||
|
||||
#ifdef CONFIG_CCM_BASE_ADDRESS
|
||||
#ifdef DT_CCM_BASE_ADDRESS
|
||||
extern char __ccm_data_rom_start[];
|
||||
extern char __ccm_start[];
|
||||
extern char __ccm_data_start[];
|
||||
|
@ -212,7 +212,7 @@ extern char __ccm_bss_end[];
|
|||
extern char __ccm_noinit_start[];
|
||||
extern char __ccm_noinit_end[];
|
||||
extern char __ccm_end[];
|
||||
#endif /* CONFIG_CCM_BASE_ADDRESS */
|
||||
#endif /* DT_CCM_BASE_ADDRESS */
|
||||
|
||||
/* Used by the Security Attribution Unit to configure the
|
||||
* Non-Secure Callable region.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue