summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorHeungJun Kim <riverful.kim@gmail.com>2009-06-30 14:42:22 +0900
committerScott Wood <scottwood@freescale.com>2009-07-07 17:58:11 -0500
commit2e8a6f551cba550e9220dca4d8504066203b1f74 (patch)
treedc826d60fd514794d4e3a7f62fb0f204d78d8aa6 /include/configs
parent66372fe2ab11cdeb0e841ad9eb6ba79769db4909 (diff)
downloadbootable_bootloader_goldelico_gta04-2e8a6f551cba550e9220dca4d8504066203b1f74.zip
bootable_bootloader_goldelico_gta04-2e8a6f551cba550e9220dca4d8504066203b1f74.tar.gz
bootable_bootloader_goldelico_gta04-2e8a6f551cba550e9220dca4d8504066203b1f74.tar.bz2
env_onenand: change env_address type from unsigned long to loff_t
If use the onenand boot, the env_relocate_spec() calls mtd->read(), and the type of the argument #2 of mtd->read() was changed to loff_t. But, the "env_addr" type is still unsigned long, thus this patch change the type from unsigned long to loff_t. Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs')
0 files changed, 0 insertions, 0 deletions