diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-10-23 11:08:55 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-16 21:02:56 +0100 |
commit | 9c27310ac23ce1966f9629d73973c458412a0085 (patch) | |
tree | 6e03296f2a6a29c1b5acdc7649c3074b03e1273a /include | |
parent | a44083c0532260657d1871f5732be81d727abf9d (diff) |
mx7ulp: Move SoC base address to a common file
SoC base addresses should better go into a common SoC file instead
of repeating the definition in each board file.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7ulp_evk.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index f5583054a3..c1b379bdea 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -14,10 +14,6 @@ #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_SYS_BOOTM_LEN 0x1000000 -#define SRC_BASE_ADDR CMC1_RBASE -#define IRAM_BASE_ADDR OCRAM_0_BASE -#define IOMUXC_BASE_ADDR IOMUXC1_RBASE - #define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 */ #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ |