Home
last modified time | relevance | path

Searched refs:bsp_dir (Results 1 – 1 of 1) sorted by relevance

/bsp/rockchip/tools/
A Dbuildutil.py3 def GetStringFromConfig(bsp_dir, string): argument
5 config = open(bsp_dir + '/rtconfig.h', 'r')
20 def GetRTConfigOption(bsp_dir, option): argument
23 config = open(bsp_dir + '/rtconfig.h', 'r')
43 def GetImageSetting(bsp_dir): argument
44 board = GetStringFromConfig(bsp_dir, 'RT_BOARD_NAME')
46 if (bsp_dir.endswith('/') == False):
47 bsp_dir += '/'
48 if os.path.exists(bsp_dir + path) == True:
53 def ParsePartitionStart(bsp_dir, name): argument
[all …]

Completed in 4 milliseconds