diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-09-26 06:55:19 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-10-03 17:48:25 +0800 |
commit | bf6cc82c7c2c12a8f2920d31f7f0b7fec2da30c7 (patch) | |
tree | f9eddb3d10c8a2371128b41ded152052a3af0207 /configs | |
parent | 4694c93fef4606ab1d6b604b84c156445f2c7a07 (diff) | |
download | u-boot-bf6cc82c7c2c12a8f2920d31f7f0b7fec2da30c7.tar.gz |
riscv: kconfig: Select DM and OF_CONTROL
RISC-V is a pretty new architecture and should support DM and
OF_CONTROL by default.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ax25-ae350_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/ax25-ae350_defconfig b/configs/ax25-ae350_defconfig index d64f078481..ebcc52e221 100644 --- a/configs/ax25-ae350_defconfig +++ b/configs/ax25-ae350_defconfig @@ -15,12 +15,10 @@ CONFIG_CMD_SF_TEST=y # CONFIG_CMD_SETEXPR is not set CONFIG_BOOTP_PREFER_SERVERIP=y CONFIG_CMD_CACHE=y -CONFIG_OF_CONTROL=y CONFIG_OF_BOARD=y CONFIG_DEFAULT_DEVICE_TREE="ae350" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_DM=y CONFIG_CLK=y CONFIG_MMC=y CONFIG_DM_MMC=y |