scripts: sd_fusing: Check the raw_binary_table attribute
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 7 Aug 2024 00:38:07 +0000 (09:38 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
commitb34a84e4867b5bba99d1f84fc1777290e1ef6937
treec927d94d62efd3ee51b76a81933c553c864c808d
parent7f4121265a4f9e73aee5308482755d27c1b813f5
scripts: sd_fusing: Check the raw_binary_table attribute

If there is no raw_binary_table, it doesn't work fine with below
message. RPI4/VF2 don't have raw_binary_table attribute.

AttributeError: 'Rpi4' object has no attribute 'raw_binary_table'

Change-Id: I379a87d9731fe82a3a32f54b38eb533b1ca4f885
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sd_fusing.py