diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:47:57 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:31 -0600 |
commit | ab7b88574e762760060092c0c0c71a38e4d4eec3 (patch) | |
tree | 6c93c34f478be31a22171bd6606769b429d7f487 /configs/snapper9g20_defconfig | |
parent | 6b98b9e6cfe75bda33964670726fd263f8aeba05 (diff) | |
download | u-boot-ab7b88574e762760060092c0c0c71a38e4d4eec3.tar.gz |
ARM: snapper9260: use "select" instead of default value in defconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/snapper9g20_defconfig')
-rw-r--r-- | configs/snapper9g20_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig index 07a26434dc..9270b8df01 100644 --- a/configs/snapper9g20_defconfig +++ b/configs/snapper9g20_defconfig @@ -2,6 +2,3 @@ CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20" CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_SNAPPER9260=y -CONFIG_DM=y -CONFIG_DM_GPIO=y -CONFIG_DM_SERIAL=y |