ARC: HSDK-4xD: fix headerize script for HSDK-4xD compatibility
ARC HS CPU in HSDK-4xD has ARC ID = 0x54, so fix headerize script accordingly. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:

committed by
Alexey Brodkin

parent
4b4da7ff61
commit
e31fdd8170
@@ -27,7 +27,7 @@ def calc_check_sum(filename):
|
||||
|
||||
|
||||
def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id):
|
||||
if arc_id not in [0x52, 0x53]:
|
||||
if arc_id not in [0x52, 0x53, 0x54]:
|
||||
print("unknown ARC ID: " + hex(arc_id))
|
||||
sys.exit(2)
|
||||
|
||||
|
Reference in New Issue
Block a user