Skip to content

Commit 6fc1fc7

Browse files
unicornxmysterywolf
authored andcommitted
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 <[email protected]>
1 parent 5181857 commit 6fc1fc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bsp/cvitek/cv18xx_risc-v/SConstruct

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ env['ASCOM'] = env['ASPPCOM']
2121

2222
Export('RTT_ROOT')
2323
Export('rtconfig')
24-
rtconfig.CPU='virt64'
25-
rtconfig.ARCH='risc-v'
2624

2725
SDK_ROOT = os.path.abspath('./')
2826

0 commit comments

Comments
 (0)