From 8c38597cdc76e421cb1e852b409c30f49296b2b6 Mon Sep 17 00:00:00 2001 From: sundm75 Date: Fri, 9 Feb 2018 10:02:25 +0800 Subject: [PATCH] [BSP][ls1c]Modify kconfig RTT_DIR --- bsp/ls1cdev/kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bsp/ls1cdev/kconfig b/bsp/ls1cdev/kconfig index 761bfa8c0c..ef6a781059 100644 --- a/bsp/ls1cdev/kconfig +++ b/bsp/ls1cdev/kconfig @@ -1,6 +1,5 @@ mainmenu "RT-Thread Configuration" - config $BSP_DIR string option env="BSP_ROOT" @@ -9,10 +8,7 @@ config $BSP_DIR config $RTT_DIR string option env="RTT_ROOT" - default "F:/rt-thread/rt-thread" - -# you can change the RTT_ROOT default "../.." to your rtthread_root, -# example : default "F:/git_repositories/rt-thread" + default "../.." config $PKGS_DIR string