From patchwork Tue Jan 21 13:30:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 239883 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Tue, 21 Jan 2020 10:30:09 -0300 Subject: [PATCH] mx7ulp_com: Remove unneeded SoC definitions Message-ID: <20200121133009.30582-1-festevam@gmail.com> Since commit 9c27310ac23c ("mx7ulp: Move SoC base address to a common file") we no longer need to have these SoC definitions in the board file, so remove them. Signed-off-by: Fabio Estevam Acked-by: Peng Fan --- include/configs/mx7ulp_com.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/mx7ulp_com.h b/include/configs/mx7ulp_com.h index bccfea812d..f6e173d7d5 100644 --- a/include/configs/mx7ulp_com.h +++ b/include/configs/mx7ulp_com.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 - /* * Detect overlap between U-Boot image and environment area in build-time *