Merge pull request #3358 from pinxue/master
update Kconfig in raspi-64 bsp to fix RTT root path
This commit is contained in:
commit
bad4f92451
|
@ -8,7 +8,7 @@ config BSP_DIR
|
|||
config RTT_DIR
|
||||
string
|
||||
option env="RTT_ROOT"
|
||||
default "../.."
|
||||
default "../../.."
|
||||
|
||||
config PKGS_DIR
|
||||
string
|
||||
|
|
Loading…
Reference in New Issue