diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-09 12:22:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-09 12:22:06 -0400 |
commit | 0817daa7606ec55ba551acb0208eaba33a548804 (patch) | |
tree | 760afc39c86954919d0a3abe3b9edba4a49dbe36 /configs/mx28evk_spi_defconfig | |
parent | 1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (diff) | |
download | u-boot-0817daa7606ec55ba551acb0208eaba33a548804.tar.gz u-boot-0817daa7606ec55ba551acb0208eaba33a548804.tar.xz u-boot-0817daa7606ec55ba551acb0208eaba33a548804.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx28evk_spi_defconfig')
-rw-r--r-- | configs/mx28evk_spi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx28evk_spi_defconfig b/configs/mx28evk_spi_defconfig index c4cba183bf..8ed9a5aeca 100644 --- a/configs/mx28evk_spi_defconfig +++ b/configs/mx28evk_spi_defconfig @@ -12,7 +12,6 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y -CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y # CONFIG_SPL_FRAMEWORK is not set @@ -39,6 +38,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),5 CONFIG_CMD_UBI=y CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_VERSION_VARIABLE=y CONFIG_MXS_GPIO=y CONFIG_MMC_MXS=y CONFIG_MTD=y |