Skip to content
Snippets Groups Projects

android: support boot header version 3 and 4

Closed Safae Ouajih requested to merge souajih/v4_ti into integ/ti-u-boot-2021.01
1 unresolved thread
5 files
+ 60
23
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
3
@@ -13,9 +13,8 @@
#define abootimg_addr() \
(_abootimg_addr == -1 ? image_load_addr : _abootimg_addr)
/* Please use abootimg_addr() macro to obtain the boot image address */
static ulong _abootimg_addr = -1;
static ulong _avendor_bootimg_addr = -1;
ulong _abootimg_addr = -1;
ulong _avendor_bootimg_addr = -1;
static int abootimg_get_ver(int argc, char *const argv[])
{
Loading