mx7ulp_com: Remove unneeded SoC definitions
authorFabio Estevam <festevam@gmail.com>
Tue, 21 Jan 2020 13:30:09 +0000 (10:30 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 9 Feb 2020 13:58:37 +0000 (14:58 +0100)
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>
include/configs/mx7ulp_com.h

index bccfea8..f6e173d 100644 (file)
 #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
  *