From 6d660e773e2b9370f527e86087239bb78643ccf4 Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Wed, 13 Jun 2012 08:39:06 +0000 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b78e2ac681..2e6fde8161 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 -- cgit v1.2.1