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-05 23:39:06 -04:00
committed by Meco Man
parent 5181857148
commit 6fc1fc72b7
-2
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('./')