diff options
| author | Aneesh V <[email protected]> | 2011-11-21 23:34:01 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-12-06 23:59:34 +0100 |
| commit | e4fce34e7a5f484de2ca557fd43a198fd14894b7 (patch) | |
| tree | f98e9c4d5d677836de688e37ea0cfe3b57b6a98c /arch/arm/include | |
| parent | a8c686399f01c359713447c2adaecf94f3a4445b (diff) | |
start.S: remove omap3 specific code from start.S
Cc: Tom Rini <[email protected]>
Cc: Albert Aribaud <[email protected]>
Signed-off-by: Aneesh V <[email protected]>
Acked-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/omap3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h index 02eb865dc15..2b5e9aeae12 100644 --- a/arch/arm/include/asm/arch-omap3/omap3.h +++ b/arch/arm/include/asm/arch-omap3/omap3.h @@ -153,6 +153,7 @@ struct gpio { #define SRAM_OFFSET2 0x0000F800 #define SRAM_VECT_CODE (SRAM_OFFSET0 | SRAM_OFFSET1 | \ SRAM_OFFSET2) +#define SRAM_CLK_CODE (SRAM_VECT_CODE + 64) #define OMAP3_PUBLIC_SRAM_BASE 0x40208000 /* Works for GP & EMU */ #define OMAP3_PUBLIC_SRAM_END 0x40210000 |
