diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 09:47:01 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 13:20:13 +0200 |
commit | 538067c822e2512d9a165c71c0c5722168470304 (patch) | |
tree | cb85aa1e3d887d910e7fa021ed06bcaa61d59a3c /arch/blackfin/boot/.gitignore | |
parent | Blackfin: convert Kconfig style to def_bool (diff) | |
download | linux-538067c822e2512d9a165c71c0c5722168470304.tar.xz linux-538067c822e2512d9a165c71c0c5722168470304.zip |
Blackfin: add support for bzip2/lzma compressed kernel images
Since U-Boot can support these compression types, add appropriate targets
to the Blackfin boot files.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/boot/.gitignore')
-rw-r--r-- | arch/blackfin/boot/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/boot/.gitignore b/arch/blackfin/boot/.gitignore index 3ae03994b88d..229e50808677 100644 --- a/arch/blackfin/boot/.gitignore +++ b/arch/blackfin/boot/.gitignore @@ -1 +1,2 @@ -+vmImage +vmImage* +vmlinux* |