Skip to content

Commit 9610a7a

Browse files
committed
conf/genconf: replace placeholder in conf/evalsoc/opensbi/evalsoc.c with new soc name to fixup
soc platfrom init missing issue. Signed-off-by: guibing <guibing@nucleisys.com>
1 parent 6cac6c3 commit 9610a7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf/genconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ def update_openocd_config(file_path, **kwargs):
434434
os.rename(old_opensbi_file, new_opensbi_file)
435435
print(f"Create '{new_opensbi_file}' based on '{old_opensbi_file}'.")
436436
replace_in_file(new_opensbi_file, args.refsoc, 'customsoc')
437+
replace_in_file(new_opensbi_file, 'placeholder', args.custsoc)
437438
print("Note: All custom soc should use customsoc.c for nuclei generic soc support")
438439

439440
print("\n>>>Updating uboot config...")

0 commit comments

Comments
 (0)