ARM: OMAP2+: Add quirk support for legacy platform data init

We want to drop the board-*.c files but keep things working.
Let's make it a bit easier to support legacy platform data
init with quirks. This also keeps board-generic.c clean from
board specific hacks.

For now, the quirks table is empty, that is populated
in the later patches.

Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tony Lindgren
2013-09-25 15:44:39 -07:00
parent f2acae69a2
commit 6a08e1e6f7
4 changed files with 43 additions and 1 deletions

View File

@@ -288,6 +288,8 @@ static inline void omap4_cpu_resume(void)
#endif
void pdata_quirks_init(void);
struct omap_sdrc_params;
extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0,
struct omap_sdrc_params *sdrc_cs1);