mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 01:55:51 +00:00
Change to code to use the automatically generated DT_INST_* defines and remove the now unneeded configs and fixups. Signed-off-by: Timo Teräs <timo.teras@iki.fi>
14 lines
304 B
C
14 lines
304 B
C
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
#define DT_PHYS_RAM_ADDR CONFIG_SRAM_BASE_ADDRESS
|
|
|
|
#define DT_PHYS_LOAD_ADDR CONFIG_FLASH_BASE_ADDRESS
|
|
|
|
#define DT_RAM_SIZE CONFIG_SRAM_SIZE
|
|
|
|
#define DT_ROM_SIZE CONFIG_FLASH_SIZE
|
|
|
|
/* End of SoC Level DTS fixup file */
|