diff options
author | Syed Mohammed, Khasim <khasim@ti.com> | 2008-10-09 17:51:42 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-10-09 17:51:42 +0300 |
commit | 2885f00049f80287b14192145699774fa55c14f7 (patch) | |
tree | be5eb9664479e80828c1b4b8fc40e382ea668ef4 /arch/arm/plat-omap/include/mach/hardware.h | |
parent | cc26b3b01bc96a8b8c36671b0dc4898b2a152ea8 (diff) |
ARM: OMAP3: Add minimal Beagle board support
Add minimal Beagle board support. Based on earlier patches
by Syed Mohammed Khasim with some fixes from linux-omap tree.
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/hardware.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/hardware.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h index 29c849f5f18..80f6d7ec53e 100644 --- a/arch/arm/plat-omap/include/mach/hardware.h +++ b/arch/arm/plat-omap/include/mach/hardware.h @@ -322,6 +322,10 @@ #include "board-2430sdp.h" #endif +#ifdef CONFIG_MACH_OMAP3_BEAGLE +#include "board-omap3beagle.h" +#endif + #ifdef CONFIG_MACH_OMAP_APOLLON #include "board-apollon.h" #endif |