summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorGong Qianyu <Qianyu.Gong@freescale.com>2015-07-30 14:00:01 +0800
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:56 -0400
commit210fbee901b13d8e21568fc3e00932f3e082c178 (patch)
treefa85473a2653c47a41b44ef51dda75fdcd4e86f5 /drivers/gpio/Makefile
parent7ef4c45c6e78f3775894053e65e93bdac1e77e63 (diff)
downloadtalos-obmc-uboot-210fbee901b13d8e21568fc3e00932f3e082c178.tar.gz
talos-obmc-uboot-210fbee901b13d8e21568fc3e00932f3e082c178.zip
common/cmd_source.c: Fix the source command failure under 64-bit platform
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>
Diffstat (limited to 'drivers/gpio/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud