summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_com.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-01-21 16:30:09 +0300
committerStefano Babic <sbabic@denx.de>2020-02-09 16:58:37 +0300
commit17c9d23cbe41b5768871bdaf69c8caaf18d9d81d (patch)
tree4cfc760929ab36588b5b796ae41240934347f51d /include/configs/mx7ulp_com.h
parent72732318a956847a64fd112c4d210824b7616dc8 (diff)
downloadu-boot-17c9d23cbe41b5768871bdaf69c8caaf18d9d81d.tar.xz
mx7ulp_com: Remove unneeded SoC definitions
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 <festevam@gmail.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/mx7ulp_com.h')
-rw-r--r--include/configs/mx7ulp_com.h4
1 files changed, 0 insertions, 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
*