commit | 20bba2e121d4c4347e59eae43dcbb088e0455c01 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Sun Apr 01 09:22:37 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 08 23:00:58 2018 -0400 |
tree | 3bd1597bf8d216e4ff3bfbcfc7a69ffc67186a6a | |
parent | cc92df4e767ea0875d0db123c3b733590770a0ac [diff] |
ti: am335x: Fix build when networking is disabled When compiling without CONFIG_CLOCK_SYNTHESIZER (which is implied by CONFIG_DRIVER_TI_CPSW for am335x_evm), exclude the network setup for AM335x-ICEv2 to avoid link time failures: board/ti/am335x/board.c:683: undefined reference to `setup_clock_synthesizer' Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>