"git@source.mnt.re:jackhumbert/reform-boundary-uboot.git" did not exist on "210fbee901b13d8e21568fc3e00932f3e082c178"
Select Git revision
reform-boundary-uboot
-
-
- Open in your IDE
- Download source code
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
Gong Qianyu
authored
Modify the data pointer type from ulong* to u32*.
For arm64 type "ulong" could be 64-bit. Then in line 89 of common/cmd_source.c:
"while (*data++);" data will point to the next 64 bits each time. As the uImage
file generated by mkimage tool keeps the same data format in either 32-bit or 64-bit
platform, the difference would cause failure in 64-bit platform.
Signed-off-by:
Gong Qianyu <Qianyu.Gong@freescale.com>
Name | Last commit | Last update |
---|