brcm63xx cleanups; add a watchdog driver, indent serial console driver, add support...
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx-2.6 / files / include / asm-mips / mach-bcm963xx / bootloaders.h
index 84eeafe856fa1dc7ce232af0e41e593edd7ef74c..e169bb00c0114e7c64805365aa24174d82ec61aa 100644 (file)
@@ -1,6 +1,7 @@
 #define ADSL_SDRAM_IMAGE_SIZE (384*1024)
 
-#define BOOT_LOADER_UNKNOWN 0
-#define BOOT_LOADER_CFE 1
-#define BOOT_LOADER_REDBOOT 2
-#define BOOT_LOADER_LAST 2
+#define BOOT_LOADER_UNKNOWN    0
+#define BOOT_LOADER_CFE        1
+#define BOOT_LOADER_REDBOOT    2
+#define BOOT_LOADER_CFE2       3
+#define BOOT_LOADER_LAST       3