summaryrefslogtreecommitdiffstats
path: root/configs/rock64-rk3328_defconfig
diff options
context:
space:
mode:
authorYouMin Chen <cym@rock-chips.com>2019-11-15 11:04:44 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 16:23:56 +0800
commitca93e321392d6f045036d6084ce3b31f1647d1ec (patch)
tree9028a337558a7d726f9bd0b779216cf1f0ab0df9 /configs/rock64-rk3328_defconfig
parent39edfaa758a1f875dfed8d8749e4c84c21db6e2a (diff)
downloadu-boot-ca93e321392d6f045036d6084ce3b31f1647d1ec.tar.gz
u-boot-ca93e321392d6f045036d6084ce3b31f1647d1ec.tar.xz
u-boot-ca93e321392d6f045036d6084ce3b31f1647d1ec.zip
ram: rk3328: use common sdram driver
RK3328 has a similar controller and phy with PX30, so we can use the common driver for it and remove the duplicate codes. Signed-off-by: YouMin Chen <cym@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock64-rk3328_defconfig')
-rw-r--r--configs/rock64-rk3328_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig
index b128635672..021f982e68 100644
--- a/configs/rock64-rk3328_defconfig
+++ b/configs/rock64-rk3328_defconfig
@@ -47,7 +47,6 @@ CONFIG_SPL_SYSCON=y
CONFIG_TPL_SYSCON=y
CONFIG_CLK=y
CONFIG_SPL_CLK=y
-CONFIG_TPL_CLK=y
CONFIG_FASTBOOT_BUF_ADDR=0x800800
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
@@ -76,6 +75,7 @@ CONFIG_DM_RESET=y
CONFIG_BAUDRATE=1500000
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYSRESET=y
+# CONFIG_TPL_SYSRESET is not set
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y