All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mx7ulp_com: Remove unneeded SoC definitions
@ 2020-01-21 13:30 Fabio Estevam
  2020-01-27 12:58 ` Peng Fan
  2020-02-10  9:07 ` sbabic at denx.de
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-01-21 13:30 UTC (permalink / raw)
  To: u-boot

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>
---
 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
  *
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-10  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 13:30 [PATCH] mx7ulp_com: Remove unneeded SoC definitions Fabio Estevam
2020-01-27 12:58 ` Peng Fan
2020-02-10  9:07 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.