diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dns325_defconfig | 2 | ||||
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configs/dns325_defconfig b/configs/dns325_defconfig index 8a04e1492c..a5fe9cd331 100644 --- a/configs/dns325_defconfig +++ b/configs/dns325_defconfig @@ -3,7 +3,7 @@ CONFIG_SYS_DCACHE_OFF=y CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_KIRKWOOD=y CONFIG_SYS_TEXT_BASE=0x600000 -CONFIG_NR_DRAM_BANKS=2 +CONFIG_NR_DRAM_BANKS=1 CONFIG_TARGET_DNS325=y CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0xE0000 diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 7aabbba59f..559aeb076f 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -84,3 +84,5 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SHA1=y CONFIG_SHA256=y +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_BOARD_LATE_INIT=y |