aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/omap.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/omap.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/omap.h b/arch/arm/include/asm/arch-am33xx/omap.h
index d28f9a83ff..7e3bb9c994 100644
--- a/arch/arm/include/asm/arch-am33xx/omap.h
+++ b/arch/arm/include/asm/arch-am33xx/omap.h
@@ -35,29 +35,4 @@
35#define NON_SECURE_SRAM_START 0x40300000 35#define NON_SECURE_SRAM_START 0x40300000
36#define NON_SECURE_SRAM_END 0x40320000 36#define NON_SECURE_SRAM_END 0x40320000
37#endif 37#endif
38
39/* ROM code defines */
40/* Boot device */
41#define BOOT_DEVICE_MASK 0xFF
42#define BOOT_DEVICE_OFFSET 0x8
43#define DEV_DESC_PTR_OFFSET 0x4
44#define DEV_DATA_PTR_OFFSET 0x18
45#define BOOT_MODE_OFFSET 0x8
46#define RESET_REASON_OFFSET 0x9
47#define CH_FLAGS_OFFSET 0xA
48
49#define CH_FLAGS_CHSETTINGS (0x1 << 0)
50#define CH_FLAGS_CHRAM (0x1 << 1)
51#define CH_FLAGS_CHFLASH (0x1 << 2)
52#define CH_FLAGS_CHMMCSD (0x1 << 3)
53
54#ifndef __ASSEMBLY__
55struct omap_boot_parameters {
56 char *boot_message;
57 unsigned int mem_boot_descriptor;
58 unsigned char omap_bootdevice;
59 unsigned char reset_reason;
60 unsigned char ch_flags;
61};
62#endif
63#endif 38#endif