diff options
author | Marek Vasut | 2011-11-08 23:18:19 +0000 |
---|---|---|
committer | Stefano Babic | 2011-11-11 11:36:57 +0100 |
commit | 30b9b932a5393da45e3b1cf3a151a93dcf130a9b (patch) | |
tree | cc84d5574c646a440562f182e462c92594a3ecb6 /.gitignore | |
parent | f29f7e02ce40763cba43c11488bce289b14eca85 (diff) |
iMX28: Add u-boot.sb target to Makefile
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 70a11f7850f..ff4bae00813 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ /u-boot.lds /u-boot.ubl /u-boot.dtb +/u-boot.sb # # Generated files |