diff mbox series

[U-Boot,2/2] configs: am335x_evm: Add DYNAMIC_CRC_TABLE

Message ID 1517924759-19297-3-git-send-email-faiz_abbas@ti.com
State Accepted
Commit d8aed6fae8600acae50f412696aa86d722b6cd23
Delegated to: Tom Rini
Headers show
Series Add DYNAMIC_CRC_TABLE to am335x_evm | expand

Commit Message

Faiz Abbas Feb. 6, 2018, 1:45 p.m. UTC
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>
---
 configs/am335x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Feb. 15, 2018, 12:19 p.m. UTC | #1
On Tue, Feb 06, 2018 at 07:15:59PM +0530, Faiz Abbas wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 8f33c8e..10b66e9 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