diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-06-23 16:11:12 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-07-11 12:13:45 +0200 |
commit | 3ee7e68739c10db1099d144c36de5f6411b6de62 (patch) | |
tree | e0e0fa5ab2d1e53679751b34ca030273bcdfec85 /configs/evb-rv1108_defconfig | |
parent | 975e4abad2fabfb8aa3f0391e0ef07cc3aede905 (diff) |
rockchip: rv1108: disable CONFIG_RAM before we have driver
The rv1108 do not have DRAM driver now, so disable it first,
or else it will get conflict with the sdram common code.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/evb-rv1108_defconfig')
-rw-r--r-- | configs/evb-rv1108_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/evb-rv1108_defconfig b/configs/evb-rv1108_defconfig index 1c404e514d..8d147913de 100644 --- a/configs/evb-rv1108_defconfig +++ b/configs/evb-rv1108_defconfig @@ -26,7 +26,6 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y CONFIG_PINCTRL=y CONFIG_PINCTRL_ROCKCHIP_RV1108=y -CONFIG_RAM=y CONFIG_BAUDRATE=1500000 # CONFIG_SPL_SERIAL_PRESENT is not set CONFIG_DEBUG_UART_BASE=0x10210000 |