From: Faiz Abbas Date: Tue, 6 Feb 2018 13:45:59 +0000 (+0530) Subject: configs: am335x_evm: Add DYNAMIC_CRC_TABLE X-Git-Tag: v2018.03-rc3~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8aed6fae8600acae50f412696aa86d722b6cd23;p=u-boot 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 --- 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