diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-13 12:47:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-13 17:50:52 -0400 |
commit | 8278b870fce8953e72f092b82dcddcc940a38c7b (patch) | |
tree | 6d2e07468b2e60bd7f9492e767adb7fa57da28cc | |
parent | 94060a158f6c67ccd10d90e262e25349bb8cc9dc (diff) | |
download | u-boot-imx-8278b870fce8953e72f092b82dcddcc940a38c7b.zip u-boot-imx-8278b870fce8953e72f092b82dcddcc940a38c7b.tar.gz u-boot-imx-8278b870fce8953e72f092b82dcddcc940a38c7b.tar.bz2 |
Blackfin: enable IP defrag for ADI boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | include/configs/bfin_adi_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 57a7309..901a32f 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -248,6 +248,7 @@ # define CONFIG_SYS_AUTOLOAD "no" # endif # endif +# define CONFIG_IP_DEFRAG # define CONFIG_NET_RETRY_COUNT 20 #endif |