diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-01 16:47:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-02 08:53:41 -0400 |
commit | 563e53efaadd76def21612bcf9f0236d870b6e68 (patch) | |
tree | 0d66d466f2c9a4cd1f6356fe889a60429745ec13 /configs/am335x_igep0033_defconfig | |
parent | 656ae05273419c344c11466de72476455793d6b6 (diff) | |
parent | 9ba9e85f3f1cc2e7d8b387a03c50eb067d915e0a (diff) | |
download | u-boot-563e53efaadd76def21612bcf9f0236d870b6e68.tar.gz u-boot-563e53efaadd76def21612bcf9f0236d870b6e68.tar.xz u-boot-563e53efaadd76def21612bcf9f0236d870b6e68.zip |
Merge branch 'master' of git://git.denx.de/u-boot-net
Fixup include/configs/unipher.h to not set CONFIG_LIB_RAND
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_igep0033_defconfig')
-rw-r--r-- | configs/am335x_igep0033_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_igep0033_defconfig b/configs/am335x_igep0033_defconfig index 8b212c64c2..3d8d285a52 100644 --- a/configs/am335x_igep0033_defconfig +++ b/configs/am335x_igep0033_defconfig @@ -3,3 +3,4 @@ CONFIG_TARGET_AM335X_IGEP0033=y CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_ADDR=0x82000000 +CONFIG_CMD_NET=y |