]> Git Repo - J-u-boot.git/commitdiff
rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
authorAndy Yan <[email protected]>
Mon, 24 Jul 2017 09:51:07 +0000 (17:51 +0800)
committerPhilipp Tomsich <[email protected]>
Thu, 27 Jul 2017 12:59:04 +0000 (14:59 +0200)
RK3036 has no enough sapce use ARCH_MEMCPY/MEMSET in spl stage

Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
configs/evb-rk3036_defconfig
configs/kylin-rk3036_defconfig

index 9c4864964b7b21765227ed37a42492485b684aa4..86663132e2ef6c0f957ee082a51e2926a3726d80 100644 (file)
@@ -1,4 +1,6 @@
 CONFIG_ARM=y
+# CONFIG_SPL_USE_ARCH_MEMCPY is not set
+# CONFIG_SPL_USE_ARCH_MEMSET is not set
 CONFIG_ARCH_ROCKCHIP=y
 CONFIG_ROCKCHIP_RK3036=y
 CONFIG_TARGET_EVB_RK3036=y
index 9f741a178a2b73c640b96ba8b9fb55fe2ffa9649..d9f10674ef6daf939e66132d5fd9b15a60780b4a 100644 (file)
@@ -1,4 +1,6 @@
 CONFIG_ARM=y
+# CONFIG_SPL_USE_ARCH_MEMCPY is not set
+# CONFIG_SPL_USE_ARCH_MEMSET is not set
 CONFIG_ARCH_ROCKCHIP=y
 CONFIG_ROCKCHIP_RK3036=y
 CONFIG_TARGET_KYLIN_RK3036=y
This page took 0.039548 seconds and 4 git commands to generate.