[U-Boot] [PATCH] rockchp: rock_defconfig: remove TPL_TINY_MEMSET

The rk3188 rock board does not need TPL, remove relate MACRO.
Signed-off-by: Kever Yang kever.yang@rock-chips.com ---
configs/rock_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index 28dcd5bccc..0c41ac9f20 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -56,6 +56,5 @@ CONFIG_ROCKCHIP_TIMER=y CONFIG_USB=y CONFIG_ROCKCHIP_USB2_PHY=y CONFIG_SPL_TINY_MEMSET=y -CONFIG_TPL_TINY_MEMSET=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y

The rk3188 rock board does not need TPL, remove relate MACRO.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
configs/rock_defconfig | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

The rk3188 rock board does not need TPL, remove relate MACRO.
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
configs/rock_defconfig | 1 - 1 file changed, 1 deletion(-)
Applied to u-boot-rockchip, thanks!
participants (2)
-
Kever Yang
-
Philipp Tomsich