diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/cssi/MAINTAINERS | 4 | ||||
-rw-r--r-- | board/ti/am335x/board.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/cssi/MAINTAINERS b/board/cssi/MAINTAINERS index cbf1406a54..7d237b0b20 100644 --- a/board/cssi/MAINTAINERS +++ b/board/cssi/MAINTAINERS @@ -1,5 +1,5 @@ -BOARDS from CS Systemes d'Information -M: Christophe Leroy <christophe.leroy@c-s.fr> +BOARDS from CS GROUP France +M: Christophe Leroy <christophe.leroy@csgroup.eu> S: Maintained F: board/cssi/ F: include/configs/MCR3000.h diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index 7c0545892c..2cb5b1cb3f 100644 --- a/board/ti/am335x/board.c +++ b/board/ti/am335x/board.c @@ -902,7 +902,7 @@ int board_late_init(void) #endif /* CPSW plat */ -#if !CONFIG_IS_ENABLED(OF_CONTROL) +#if CONFIG_IS_ENABLED(NET) && !CONFIG_IS_ENABLED(OF_CONTROL) struct cpsw_slave_data slave_data[] = { { .slave_reg_ofs = CPSW_SLAVE0_OFFSET, |