summaryrefslogtreecommitdiff
path: root/board/cssi
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-05-03 09:21:46 +0300
committerChristophe Leroy <christophe.leroy@csgroup.eu>2023-05-04 11:58:07 +0300
commit756af9ab830dea30e8f5f4f4962050d87575820f (patch)
tree8ac5dab5e4b81a7e01b46b02b157d339ef606470 /board/cssi
parent66d23d2237dda5d7bffe420018b6713d71351e67 (diff)
downloadu-boot-756af9ab830dea30e8f5f4f4962050d87575820f.tar.xz
board: cssi: Remove stale macro from cmpcpro.c
Three unused macros were left over. Remove them. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'board/cssi')
-rw-r--r--board/cssi/cmpcpro/cmpcpro.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/cssi/cmpcpro/cmpcpro.c b/board/cssi/cmpcpro/cmpcpro.c
index 3e9ba6a4cc..8a30c48e35 100644
--- a/board/cssi/cmpcpro/cmpcpro.c
+++ b/board/cssi/cmpcpro/cmpcpro.c
@@ -397,8 +397,3 @@ void ft_board_setup_phy3(void)
setbits_be32(&immr->qepio.ioport[2].pdat, 0x00000400);
}
-
-#define ADDR_FPGA_R_BASE ((unsigned char __iomem *)CONFIG_FPGA_BASE)
-#define ADDR_FPGA_R_ALARMES_IN ((unsigned char __iomem *)CONFIG_FPGA_BASE + 0x31)
-#define ADDR_FPGA_R_FAV ((unsigned char __iomem *)CONFIG_FPGA_BASE + 0x44)
-