diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-17 17:00:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-17 17:00:08 -0400 |
commit | 1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82 (patch) | |
tree | 3078931eaf7785303e12478e0cfd27ce4731dcf7 /configs | |
parent | 5779b862d148294cc496ae2d6652584601ffd16e (diff) | |
parent | c6d4705f41d4e45e8cecc6e08b0b89df1ffe57ef (diff) | |
download | u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.zip u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.tar.gz u-boot-imx-1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82.tar.bz2 |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'configs')
-rw-r--r-- | configs/galileo_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index d05154e..d1808a5 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -11,8 +11,9 @@ CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_OF_CONTROL=y +CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPI_FLASH=y -CONFIG_NETDEVICES=y +CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y |