bsp: cvitek: clean up useless variable assignments in SConstruct

CV18xx RISC-V C906L.

Configuration value for CPU and ARCH are already defined in rtconfig.py.
Remove these duplication from SConstruct.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang 2024-09-06 10:13:06 +08:00 committed by Meco Man
parent 5181857148
commit 6fc1fc72b7
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ env['ASCOM'] = env['ASPPCOM']
Export('RTT_ROOT')
Export('rtconfig')
rtconfig.CPU='virt64'
rtconfig.ARCH='risc-v'
SDK_ROOT = os.path.abspath('./')