]> Git Repo - J-u-boot.git/commit - configs/brxre1_defconfig
kconfig: move CONFIG_CMD_CRC32 to Kconfig
authorMasahiro Yamada <[email protected]>
Tue, 16 Sep 2014 07:33:01 +0000 (16:33 +0900)
committerTom Rini <[email protected]>
Wed, 24 Sep 2014 22:30:28 +0000 (18:30 -0400)
commitca05ee9d43297cef9bb9ec74973d58586a6e4321
treeef49406b4ef863031167727ca23adbc72c1e5abc
parentdba1697057abed60bcb46ff724dad9f3e090c566
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
15 files changed:
common/Kconfig
configs/kwb_defconfig
configs/tseries_mmc_defconfig
configs/tseries_nand_defconfig
configs/tseries_spi_defconfig
configs/vct_platinum_onenand_small_defconfig
configs/vct_platinum_small_defconfig
configs/vct_platinumavc_onenand_small_defconfig
configs/vct_platinumavc_small_defconfig
configs/vct_premium_onenand_small_defconfig
configs/vct_premium_small_defconfig
include/config_cmd_defaults.h
include/configs/bur_am335x_common.h
include/configs/kwb.h
include/configs/vct.h
This page took 0.040627 seconds and 4 git commands to generate.