diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-31 12:48:03 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:32 -0600 |
commit | 2ea4cfdef64a690ced0af005fd7a581751a3e581 (patch) | |
tree | abf9aa1d206e5acb05283902db9a874728aad944 /configs/ids8313_defconfig | |
parent | e621bae808e144e4b8a91dce19d6249393fa72e4 (diff) | |
download | u-boot-2ea4cfdef64a690ced0af005fd7a581751a3e581.tar.gz |
powerpc: ids8313: 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/ids8313_defconfig')
-rw-r--r-- | configs/ids8313_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 0950ec8b77..8479cd42f7 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -4,4 +4,3 @@ CONFIG_MPC83xx=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_TARGET_IDS8313=y -CONFIG_DM=y |