Skip to content
Snippets Groups Projects
Commit 5aa2297d authored by Luka Perkov's avatar Luka Perkov Committed by Luka Perkov
Browse files

kirkwood: define empty CONFIG_MVGBE_PORTS by default


Each board with defines it's own set of values. If we do not define
CONFIG_MVGBE_PORTS we will hit following error:

mvgbe.c: In function 'mvgbe_initialize':
mvgbe.c:700:34: error: 'CONFIG_MVGBE_PORTS' undeclared (first use in this function)
  u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS;

This patch fixes above described problem.

Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>
Acked-by: default avatarPrafulla Wadaskar <prafulla@marvell.com>
parent 49413ea3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment