diff options
author | Sughosh Ganu <urwithsughosh@gmail.com> | 2012-06-13 08:39:06 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:08 +0200 |
commit | 6d660e773e2b9370f527e86087239bb78643ccf4 (patch) | |
tree | 38a24d0ff506047917c570a6dc7e41e80cd05a5d /.gitignore | |
parent | 55faa58976c74ebc7351a87c59568f05394ff7c5 (diff) |
hawkboard/omapl-138: Add support for generating ais image for hawkboard
Parameters used for configuring certain SoC peripherals are parsed
from the cfg file and appended as part of the ais image's header. The
u-boot-spl.ais generated is flashed separately to the nand, so do not
delete the file after generation of u-boot.ais.
Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b78e2ac681c..2e6fde8161b 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,6 @@ cscope.* /onenand_ipl/onenand-ipl* /onenand_ipl/board/*/onenand* /onenand_ipl/board/*/*.S + +# spl ais files +/spl/*.ais |