diff options
| author | Sughosh Ganu <[email protected]> | 2012-06-13 08:39:06 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-09-01 14:58:08 +0200 |
| commit | 6d660e773e2b9370f527e86087239bb78643ccf4 (patch) | |
| tree | 38a24d0ff506047917c570a6dc7e41e80cd05a5d /include | |
| 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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/hawkboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index c6e9ce55766..31acd2e3ba0 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -43,6 +43,7 @@ #define CONFIG_SYS_HZ 1000 #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_AIS_CONFIG_FILE "board/$(BOARDDIR)/hawkboard-ais-nand.cfg" #define CONFIG_SYS_DA850_SYSCFG_SUSPSRC ( \ DAVINCI_SYSCFG_SUSPSRC_EMAC | \ |
