diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2018-02-06 19:15:59 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-14 12:14:12 -0500 |
commit | d8aed6fae8600acae50f412696aa86d722b6cd23 (patch) | |
tree | 38cce1c9e104055a0e041d4929ca14cabba08ad4 /configs | |
parent | 36c1877c5c28dd515ad90d3a6b78f1797d80636e (diff) | |
download | u-boot-d8aed6fae8600acae50f412696aa86d722b6cd23.tar.gz u-boot-d8aed6fae8600acae50f412696aa86d722b6cd23.tar.xz u-boot-d8aed6fae8600acae50f412696aa86d722b6cd23.zip |
configs: am335x_evm: Add DYNAMIC_CRC_TABLE
Add CONFIG_DYNAMIC_CRC_TABLE to am335x_evm_defconfig to reduce the
size of the image.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am335x_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 8f33c8e66b..10b66e976e 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -56,6 +56,7 @@ CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" CONFIG_USB_GADGET_VENDOR_NUM=0x0451 CONFIG_USB_GADGET_PRODUCT_NUM=0xd022 CONFIG_USB_ETHER=y +CONFIG_DYNAMIC_CRC_TABLE=y CONFIG_RSA=y CONFIG_LZO=y CONFIG_OF_LIBFDT_OVERLAY=y |