]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: cssi: Remove stale macro from cmpcpro.c
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 3 May 2023 06:21:46 +0000 (08:21 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 4 May 2023 08:58:07 +0000 (10:58 +0200)
Three unused macros were left over. Remove them.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
board/cssi/cmpcpro/cmpcpro.c

index 3e9ba6a4cc65f673b5023e09c5c28f4cde98db5d..8a30c48e35b6bf1872bea4d0ff2120fba867f322 100644 (file)
@@ -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)
-