From d98687f4165a654c0bcd27caff021cfc35e842d3 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 17 Apr 2007 16:00:23 +0000 Subject: brcm63xx cleanups; add a watchdog driver, indent serial console driver, add support for another sst flash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6985 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../files/include/asm-mips/mach-bcm963xx/bootloaders.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'target/linux/brcm63xx-2.6/files/include/asm-mips') diff --git a/target/linux/brcm63xx-2.6/files/include/asm-mips/mach-bcm963xx/bootloaders.h b/target/linux/brcm63xx-2.6/files/include/asm-mips/mach-bcm963xx/bootloaders.h index 84eeafe85..e169bb00c 100644 --- a/target/linux/brcm63xx-2.6/files/include/asm-mips/mach-bcm963xx/bootloaders.h +++ b/target/linux/brcm63xx-2.6/files/include/asm-mips/mach-bcm963xx/bootloaders.h @@ -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 -- cgit v1.2.3