diff options
| author | Marian Balakowicz <[email protected]> | 2008-01-08 18:11:44 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-02-07 01:12:55 +0100 |
| commit | 559316faf7eae0614c91d77f509b57d6c4c091ba (patch) | |
| tree | cd5cf29efb9aa07b64ca470c0bf6671656c070a3 /lib_ppc/ppc_linux.c | |
| parent | 321359f20823e0b8c5ad38b64d007a6c48cda16e (diff) | |
[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 <[email protected]>
Diffstat (limited to 'lib_ppc/ppc_linux.c')
| -rw-r--r-- | lib_ppc/ppc_linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_ppc/ppc_linux.c b/lib_ppc/ppc_linux.c index 94872a61dcb..4e7734ccd39 100644 --- a/lib_ppc/ppc_linux.c +++ b/lib_ppc/ppc_linux.c @@ -49,8 +49,6 @@ #include <asm/cache.h> #endif -#define CHUNKSZ (64 * 1024) - DECLARE_GLOBAL_DATA_PTR; extern image_header_t header; |
