Boards using link-local need lib rand. When link-local is moved to Kconfig, this dependency will be described there.
Signed-off-by: Joe Hershberger <joe.hershber...@ni.com> --- configs/a3m071_defconfig | 3 ++- configs/a4m2k_defconfig | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig index 1a052e4..c5df596 100644 --- a/configs/a3m071_defconfig +++ b/configs/a3m071_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y +CONFIG_CMD_NET=y CONFIG_MPC5xxx=y CONFIG_TARGET_A3M071=y CONFIG_SPL=y -CONFIG_CMD_NET=y +CONFIG_LIB_RAND=y diff --git a/configs/a4m2k_defconfig b/configs/a4m2k_defconfig index 6efb1fd..de47756 100644 --- a/configs/a4m2k_defconfig +++ b/configs/a4m2k_defconfig @@ -1,6 +1,7 @@ CONFIG_PPC=y +CONFIG_CMD_NET=y CONFIG_MPC5xxx=y CONFIG_TARGET_A3M071=y CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="A4M2K" -CONFIG_CMD_NET=y +CONFIG_LIB_RAND=y -- 1.7.11.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot