| #
d6f8cec4 |
| 08-Jan-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
lib: xbc: Add cpu armv7 support
Fix compile error when ./make.sh rk3562-aarch32 lib/libxbc/libxbc.c: In function ‘isTrailerPresent’: lib/libxbc/libxbc.c:49:21: error: cast to pointer from integer of
lib: xbc: Add cpu armv7 support
Fix compile error when ./make.sh rk3562-aarch32 lib/libxbc/libxbc.c: In function ‘isTrailerPresent’: lib/libxbc/libxbc.c:49:21: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] return !strncmp((char*)(bootconfig_end_addr - BOOTCONFIG_MAGIC_SIZE),
Change-Id: I0e1e16533de9f1a03650014d43247f04772ffccf Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|