diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-28 20:13:17 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-30 22:20:20 +0900 |
commit | 9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e (patch) | |
tree | 593897c27f73f05f5253f94bf2f8a101968dcfac /configs/ph1_pro4_defconfig | |
parent | de09faab4e214e432f826b76101f1b4bb6c802f9 (diff) | |
download | u-boot-9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e.tar.gz u-boot-9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e.tar.xz u-boot-9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e.zip |
ARM: uniphier: select SPL_DM rather than default in defconfig
Now UniPhier SoCs highly depend on Driver Model for SPL, too.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/ph1_pro4_defconfig')
-rw-r--r-- | configs/ph1_pro4_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ph1_pro4_defconfig b/configs/ph1_pro4_defconfig index 2fc844d907..7624c547f6 100644 --- a/configs/ph1_pro4_defconfig +++ b/configs/ph1_pro4_defconfig @@ -16,7 +16,6 @@ CONFIG_CMD_PING=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_SPL_DM=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 |