Commit 8451942f7c86c7fc0e25e0b5df986be93e126995

Authored by Sekhar Nori
Committed by Tom Rini
1 parent 20c37fb1bf

configs: am335x_evm: enable OF_BOARD_SETUP

Enable CONFIG_OF_BOARD_SETUP as it is needed for Beaglebone
black to overwrite the Ethernet phy address present in DT
in case the phy latches on to a different address.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/am335x_evm_defconfig
... ... @@ -5,6 +5,7 @@
5 5 CONFIG_SPL=y
6 6 CONFIG_DISTRO_DEFAULTS=y
7 7 CONFIG_SPL_LOAD_FIT=y
  8 +CONFIG_OF_BOARD_SETUP=y
8 9 CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; run envboot; run distro_bootcmd"
9 10 CONFIG_SYS_CONSOLE_INFO_QUIET=y
10 11 CONFIG_VERSION_VARIABLE=y