Update of /cvsroot/blob/blob/include/blob/arch
In directory sc8-pr-cvs1:/tmp/cvs-serv4430/include/blob/arch
Modified Files:
badge4.h
Log Message:
Add new-style partition table for BadgePAD 4
Index: badge4.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- badge4.h 26 Jul 2002 07:20:04 -0000 1.11
+++ badge4.h 9 Jan 2003 01:47:49 -0000 1.12
@@ -1,5 +1,5 @@
/*
- * badge4.h: Badge4 specific defines
+ * badge4.h: BadgePAD 4 specific defines
*
* Copyright (C) 2001-2002 Hewlett-Packard Company
* Written by Christopher Hoover <ch...@hp...>
@@ -103,6 +103,7 @@
#define LOAD_RAMDISK 0 /* load ramdisk into ram */
#define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN)
#define RAMDISK_FLASH_LEN (0x00010000 * 47)
+
#define PARAM_START PARAM_FLASH_BASE
#define PARAM_LEN PARAM_FLASH_LEN
|