diff options
author | Simon Schwarz <simonschwarzcor@googlemail.com> | 2012-03-15 04:01:37 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-27 22:05:28 +0200 |
commit | 9e70c08b6fb7632385d59827e005569e5ddfd31d (patch) | |
tree | 5e37cf95c7e9b4fc9917d671a6a1115cbb3ed647 /arch | |
parent | df163a59807b21fad5369f7d9771bb97f00e9425 (diff) | |
download | u-boot-imx-9e70c08b6fb7632385d59827e005569e5ddfd31d.zip u-boot-imx-9e70c08b6fb7632385d59827e005569e5ddfd31d.tar.gz u-boot-imx-9e70c08b6fb7632385d59827e005569e5ddfd31d.tar.bz2 |
devkit8000/spl: init GPMC for dm9000 in SPL
Linux crashes if the GPMC isn't configured for the dm9000.
Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
CC: Tom Rini <tom.rini@gmail.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index 25f95b4..85eac7d 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -92,6 +92,7 @@ u32 omap_boot_mode(void); /* SPL common function s*/ void spl_parse_image_header(const struct image_header *header); void omap_rev_string(void); +void spl_board_prepare_for_linux(void); /* NAND SPL functions */ void spl_nand_load_image(void); |