diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-30 11:34:13 -0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-11-30 21:56:44 +0100 |
commit | 66d86afd9ddb06a95afe3f3f8e230b59d489450e (patch) | |
tree | db3673bef527dfd6eb8e36b29c7145584dfc0128 /include | |
parent | 5d2cb15c7737e51f669f80d82ad7286d0f573097 (diff) | |
download | u-boot-66d86afd9ddb06a95afe3f3f8e230b59d489450e.tar.gz u-boot-66d86afd9ddb06a95afe3f3f8e230b59d489450e.tar.xz u-boot-66d86afd9ddb06a95afe3f3f8e230b59d489450e.zip |
ARM: rockchip: rv1108: Enable BOUNCE_BUFFER
In order to be able to build the Rockchip eMMC driver on rv1108, the
BOUNCE_BUFFER option needs to be selected. Select it like it is done
on the other Rockchip SoC common files.
Reviewed-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rv1108_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index 2ab3b85e0c..cc0384e2f4 100644 --- a/include/configs/rv1108_common.h +++ b/include/configs/rv1108_common.h @@ -17,6 +17,9 @@ #define CONFIG_SYS_TIMER_BASE 0x10350020 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) +/* MMC/SD IP block */ +#define CONFIG_BOUNCE_BUFFER + #define CONFIG_SYS_SDRAM_BASE 0x60000000 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x100000) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x2000000) |