diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-07-21 17:24:36 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-21 17:24:36 +0900 |
commit | ef9b542fce00dafc6bb1d9097b045a777f4a2382 (patch) | |
tree | 2eaa908235371a9383c356d639faec4f395320e1 /arch/sh/boot/.gitignore | |
parent | 040f43e0bf70935cbe8a775110206d11367e11db (diff) |
sh: bzip2/lzma uImage support.
This builds on the bzip2/lzma zImage support change and wires it up for
uImages. Based on the blackfin implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/.gitignore')
-rw-r--r-- | arch/sh/boot/.gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sh/boot/.gitignore b/arch/sh/boot/.gitignore index aad5edddf93..541087d2029 100644 --- a/arch/sh/boot/.gitignore +++ b/arch/sh/boot/.gitignore @@ -1,4 +1,3 @@ zImage -vmlinux.srec -uImage -uImage.srec +vmlinux* +uImage* |