X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fsetup.h;fp=arch%2Farm%2Finclude%2Fasm%2Fsetup.h;h=2e0b9e04f12e85176aeb38b84baf3a6e84a08b60;hp=ee1304f22f944c3104d28d44c1b0eeb05957eb22;hb=b934c987ee1764eb09b8843a3ee00eabc24bd52c;hpb=14fc69723d3442ef46f8f82b3f481e82f06a346d diff --git a/arch/arm/include/asm/setup.h b/arch/arm/include/asm/setup.h index ee1304f22f9..2e0b9e04f12 100644 --- a/arch/arm/include/asm/setup.h +++ b/arch/arm/include/asm/setup.h @@ -136,6 +136,13 @@ struct tag_acorn { __u8 adfsdrives; }; +/* TI OMAP specific information */ +#define ATAG_BOARD 0x414f4d50 + +struct tag_omap { + u8 data[0]; +}; + /* footbridge memory clock, see arch/arm/mach-footbridge/arch.c */ #define ATAG_MEMCLK 0x41000402 @@ -161,6 +168,11 @@ struct tag { */ struct tag_acorn acorn; + /* + * OMAP specific + */ + struct tag_omap omap; + /* * DC21285 specific */