diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-13 19:44:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-13 19:44:53 -0500 |
commit | 4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba (patch) | |
tree | 218ddd8f30c05b9c552d628bd5ac5be3981e71a1 /configs/smdkc100_defconfig | |
parent | c80cc3df3d196302c401e45c92d8a769c55e78e9 (diff) | |
download | u-boot-4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba.tar.gz u-boot-4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba.tar.bz2 u-boot-4114a2614b0b7e3f147e2903a8e1d498c4cfb4ba.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/smdkc100_defconfig')
-rw-r--r-- | configs/smdkc100_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig index 91f7301d24..2369c92469 100644 --- a/configs/smdkc100_defconfig +++ b/configs/smdkc100_defconfig @@ -21,7 +21,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=s3c-onenand:256k(bootloader),128k@0x40000(para CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100" CONFIG_ENV_IS_IN_ONENAND=y # CONFIG_MMC is not set -CONFIG_MTD_DEVICE=y CONFIG_MTD_PARTITIONS=y +CONFIG_MTD_DEVICE=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x98800300 |