]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/setup.h
avr32: add ATAG_BOARDINFO
[karo-tx-uboot.git] / arch / avr32 / include / asm / setup.h
index e6ef8d6b50ce58c00eeb183bf47904468b4fb31d..7f5d8834427346c4c13e4d424457530b4b421c29 100644 (file)
@@ -107,6 +107,13 @@ struct tag_ethernet {
 
 #define AETH_INVALID_PHY       0xff
 
+/* board information information */
+#define ATAG_BOARDINFO 0x54410008
+
+struct tag_boardinfo {
+       u32     board_number;
+};
+
 struct tag {
        struct tag_header hdr;
        union {
@@ -115,6 +122,7 @@ struct tag {
                struct tag_cmdline cmdline;
                struct tag_clock clock;
                struct tag_ethernet ethernet;
+               struct tag_boardinfo boardinfo;
        } u;
 };