]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Move CHUNKSZ definition to image.h
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:11:44 +0000 (18:11 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:55 +0000 (01:12 +0100)
commit559316faf7eae0614c91d77f509b57d6c4c091ba
treecd5cf29efb9aa07b64ca470c0bf6671656c070a3
parent321359f20823e0b8c5ad38b64d007a6c48cda16e
[new uImage] Move CHUNKSZ definition to image.h

CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
move this definition to a common header.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
include/image.h
lib_m68k/m68k_linux.c
lib_ppc/ppc_linux.c