diff options
author | Jason Liu <r64343@freescale.com> | 2013-12-24 15:10:52 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-12-24 15:10:52 +0800 |
commit | aba3cb714e77d38d870e890ed487a252e4ef3a28 (patch) | |
tree | 280ba7a3ed81ce58800da9eb4bb78f58a47efcdd | |
parent | 8070237c1d5fc4080498a0f129bd85cc15eaef02 (diff) | |
download | u-boot-imx-aba3cb714e77d38d870e890ed487a252e4ef3a28.zip u-boot-imx-aba3cb714e77d38d870e890ed487a252e4ef3a28.tar.gz u-boot-imx-aba3cb714e77d38d870e890ed487a252e4ef3a28.tar.bz2 |
ENGR00293198 i.MX6: Plugin: remove the unused definition
This patch is to remove the unused definition from the plugin.S:
-#define ROM_API_TABLE_BASE_ADDR 0xC0
-#define ROM_API_HWCNFG_SETUP_OFFSET 0x08
These definition is useless now and need be removed now.
The patch has passed the compile test on i.MX6Q/DL/SL board.
Signed-off-by: Jason Liu <r64343@freescale.com>
-rwxr-xr-x | board/freescale/mx6qarm2/plugin.S | 3 | ||||
-rw-r--r-- | board/freescale/mx6qsabreauto/plugin.S | 3 | ||||
-rw-r--r-- | board/freescale/mx6qsabresd/plugin.S | 3 | ||||
-rw-r--r-- | board/freescale/mx6slevk/plugin.S | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/mx6qarm2/plugin.S b/board/freescale/mx6qarm2/plugin.S index c6fd278..4f17f92 100755 --- a/board/freescale/mx6qarm2/plugin.S +++ b/board/freescale/mx6qarm2/plugin.S @@ -19,9 +19,6 @@ #include <config.h> -#define ROM_API_TABLE_BASE_ADDR 0xC0 -#define ROM_API_HWCNFG_SETUP_OFFSET 0x08 - .macro imx6dlarm2_ddr_setting ldr r0, =CCM_BASE_ADDR ldr r1, =0xffffffff diff --git a/board/freescale/mx6qsabreauto/plugin.S b/board/freescale/mx6qsabreauto/plugin.S index f9df23a..9e5adc2 100644 --- a/board/freescale/mx6qsabreauto/plugin.S +++ b/board/freescale/mx6qsabreauto/plugin.S @@ -17,9 +17,6 @@ #include <config.h> -#define ROM_API_TABLE_BASE_ADDR 0xC0 -#define ROM_API_HWCNFG_SETUP_OFFSET 0x08 - /* DDR script */ .macro imx6dqsabreauto_ddr_setting ldr r0, =IOMUXC_BASE_ADDR diff --git a/board/freescale/mx6qsabresd/plugin.S b/board/freescale/mx6qsabresd/plugin.S index 6459ed2..e743cda 100644 --- a/board/freescale/mx6qsabresd/plugin.S +++ b/board/freescale/mx6qsabresd/plugin.S @@ -17,9 +17,6 @@ #include <config.h> -#define ROM_API_TABLE_BASE_ADDR 0xC0 -#define ROM_API_HWCNFG_SETUP_OFFSET 0x08 - /* DDR script */ .macro imx6dqsabresd_ddr_setting ldr r0, =IOMUXC_BASE_ADDR diff --git a/board/freescale/mx6slevk/plugin.S b/board/freescale/mx6slevk/plugin.S index f49d978..82aade9 100644 --- a/board/freescale/mx6slevk/plugin.S +++ b/board/freescale/mx6slevk/plugin.S @@ -17,9 +17,6 @@ #include <config.h> -#define ROM_API_TABLE_BASE_ADDR 0xC0 -#define ROM_API_HWCNFG_SETUP_OFFSET 0x08 - /* DDR script */ .macro imx6slevk_ddr_setting ldr r0, =CCM_BASE_ADDR |