commit | 8cf2f3602e6778b207f3a95fda6be3fc420a8162 | [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 | a18d1064db93490422b968bac1a9e10387a34cfc [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>