diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-24 17:11:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 20:01:12 -0400 |
commit | 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1 (patch) | |
tree | 7f84beba0908b396f80b46ed5e5a29e06e214d69 /include/configs | |
parent | 0e63dc0679451d48f8b727c543ce48b488f7a33f (diff) | |
download | u-boot-imx-7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1.zip u-boot-imx-7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1.tar.gz u-boot-imx-7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1.tar.bz2 |
Blackfin: enable LZMA for all ADI boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bfin_adi_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index b824566..4149a29 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -217,4 +217,9 @@ # define CONFIG_NET_RETRY_COUNT 20 #endif +/* + * Misc Settings + */ +#define CONFIG_LZMA + #endif |