summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-06-22 16:15:28 -0500
committerTom Rini <trini@konsulko.com>2015-06-25 17:05:05 -0400
commit3c85c8b9f91334b001837123ffaba0a17cde51eb (patch)
tree76830bf855c5af9d2e17d62b294ae0ba3f1fed1a /configs
parent6aab5ae921958722cd577a1bdc5748969e1f7917 (diff)
downloadblackbird-obmc-uboot-3c85c8b9f91334b001837123ffaba0a17cde51eb.tar.gz
blackbird-obmc-uboot-3c85c8b9f91334b001837123ffaba0a17cde51eb.zip
a3m071: Add needed dependency on LIB_RAND
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.hershberger@ni.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/a3m071_defconfig3
-rw-r--r--configs/a4m2k_defconfig3
2 files changed, 4 insertions, 2 deletions
diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig
index 1a052e4ce0..c5df596f7c 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 6efb1fdafd..de47756315 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
OpenPOWER on IntegriCloud