summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorCorentin LABBE <[email protected]>2022-06-14 08:44:07 +0000
committerTom Rini <[email protected]>2022-06-16 15:22:55 -0400
commit2f51f946e3e97d3d9463e0f199d055dbcb4eef02 (patch)
tree202623489b2e9914b0feabd6abf33af976bbc63d /doc/develop
parentce9c579e2b7c877684d0140dd34b881e12fe5c59 (diff)
board: ti: am335x: eth_cpsw should depend on CONFIG_NET
The origin of this patch is the breaking of am335x-hs boot due to commit e41651fffda7 ("dm: Support parent devices with of-platdata") HS boards have less SRAM for SPL and so this commit increased memory usage beyond am335x limit. This commit added 10 driver binding pass and am335x boot only if one pass is done. SPL try to do more than one pass due to eth_cpsw failing. Since HS SPL does not need network (and NET is already disabled in config), the easiest fix is to "remove" eth_cpsw from SPL by testing if NET is enabled. Signed-off-by: Corentin LABBE <[email protected]> Reviewed-by: Tom Rini <[email protected]> Acked-by: Andrew Davis <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions