summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom1.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-08-08 09:30:21 +0200
committerWolfgang Denk <wd@denx.de>2009-08-08 11:33:23 +0200
commit97a099eaa48d5c762c4f73c52c3090c513b8b877 (patch)
tree625ee27bb2ad928ef01e68ad8d7fa2e92b2c60bb /include/configs/omap3_zoom1.h
parent187af954cf7958c24efcf0fd62289bbdb4f1f24e (diff)
downloadtalos-obmc-uboot-97a099eaa48d5c762c4f73c52c3090c513b8b877.tar.gz
talos-obmc-uboot-97a099eaa48d5c762c4f73c52c3090c513b8b877.zip
omap3: remove typedefs for configuration structs
Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r--include/configs/omap3_zoom1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index 43249bd2bc..61a41e7255 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -297,7 +297,7 @@
#define CONFIG_SYS_JFFS2_NUM_BANKS 1
#ifndef __ASSEMBLY__
-extern gpmc_t *gpmc_cfg_base;
+extern struct gpmc *gpmc_cfg;
extern unsigned int boot_flash_base;
extern volatile unsigned int boot_flash_env_addr;
extern unsigned int boot_flash_off;
OpenPOWER on IntegriCloud