patch-2.4.8 linux/include/asm-cris/axisflashmap.h
Next file: linux/include/asm-cris/checksum.h
Previous file: linux/include/asm-cris/atomic.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Jul 26 15:10:06 2001
- Orig file:
v2.4.7/linux/include/asm-cris/axisflashmap.h
- Orig date:
Wed Jul 25 17:10:25 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-cris/axisflashmap.h linux/include/asm-cris/axisflashmap.h
@@ -15,7 +15,9 @@
* tools/mkptable is used to generate the ptable.
*/
-/* The partition table starts with code to "jump over" it: */
+/* The partition table starts with code to "jump over" it. The ba
+ instruction and delay-slot is modified elsewhere (for example the
+ mkptable script); don't change this to fill the delay-slot. */
#define PARTITIONTABLE_CODE_START { \
0x0f, 0x05, /* nop 0 */\
0x25, 0xf0, /* di 2 */\
@@ -53,7 +55,7 @@
#define PARTITIONTABLE_END_MARKER_SIZE 4
/*#define PARTITION_TYPE_RESCUE 0x0000?*/ /* Not used, maybe it should? */
-#define PARTITION_TYPE_PARAM 0x0001 /* Hmm.. */
+#define PARTITION_TYPE_PARAM 0x0001
#define PARTITION_TYPE_KERNEL 0x0002
#define PARTITION_TYPE_JFFS 0x0003
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)