diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/a3m071_defconfig | 3 | ||||
-rw-r--r-- | configs/a4m2k_defconfig | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig index 1a052e4ce0d..c5df596f7c2 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 6efb1fdafd1..de477563156 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 |