]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/setup.h
Various, accumulated typos collected from around the tree.
[people/ms/u-boot.git] / arch / arm / include / asm / setup.h
index 89df4dc708f19d829b346dd61403316062b12e08..3a4e902af146e3f00f3e4d84770d07e178d4c695 100644 (file)
@@ -132,7 +132,7 @@ struct tag_ramdisk {
 /* describes where the compressed ramdisk image lives (virtual address) */
 /*
  * this one accidentally used virtual addresses - as such,
- * its depreciated.
+ * it's deprecated.
  */
 #define ATAG_INITRD    0x54410005
 
@@ -267,3 +267,8 @@ struct meminfo {
 extern struct meminfo meminfo;
 
 #endif
+
+/*
+ * Board specified tags
+ */
+void setup_board_tags(struct tag **in_params);