-
- Downloads
kconfig: move CONFIG_CMD_CRC32 to Kconfig
Since CONFIG_CMD_CRC32 is defined in config_cmd_defaults.h, it is enabled for all the boards except the ones undefining it explicitly: kwb tseries_mmc tseries_nand tseries_spi vct_platinum_onenand_small vct_platinum_small vct_platinumavc_onenand_small vct_platinumavc_small vct_premium_onenand_small vct_premium_small The default value of this config option should be "y" and "# CONFIG_CMD_CRC32 is not set" should be added for those exceptions. Signed-off-by:Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- common/Kconfig 6 additions, 0 deletionscommon/Kconfig
- configs/kwb_defconfig 1 addition, 0 deletionsconfigs/kwb_defconfig
- configs/tseries_mmc_defconfig 1 addition, 0 deletionsconfigs/tseries_mmc_defconfig
- configs/tseries_nand_defconfig 1 addition, 0 deletionsconfigs/tseries_nand_defconfig
- configs/tseries_spi_defconfig 1 addition, 0 deletionsconfigs/tseries_spi_defconfig
- configs/vct_platinum_onenand_small_defconfig 1 addition, 0 deletionsconfigs/vct_platinum_onenand_small_defconfig
- configs/vct_platinum_small_defconfig 1 addition, 0 deletionsconfigs/vct_platinum_small_defconfig
- configs/vct_platinumavc_onenand_small_defconfig 1 addition, 0 deletionsconfigs/vct_platinumavc_onenand_small_defconfig
- configs/vct_platinumavc_small_defconfig 1 addition, 0 deletionsconfigs/vct_platinumavc_small_defconfig
- configs/vct_premium_onenand_small_defconfig 1 addition, 0 deletionsconfigs/vct_premium_onenand_small_defconfig
- configs/vct_premium_small_defconfig 1 addition, 0 deletionsconfigs/vct_premium_small_defconfig
- include/config_cmd_defaults.h 0 additions, 1 deletioninclude/config_cmd_defaults.h
- include/configs/bur_am335x_common.h 0 additions, 1 deletioninclude/configs/bur_am335x_common.h
- include/configs/kwb.h 0 additions, 1 deletioninclude/configs/kwb.h
- include/configs/vct.h 0 additions, 1 deletioninclude/configs/vct.h
Please register or sign in to comment