FPB: Fix typo.

This commit is contained in:
Uwe Hermann
2011-02-09 01:18:55 +01:00
parent 47e2736013
commit 87c94e9a37

View File

@@ -33,7 +33,7 @@
#define FPB_REMAP MMIO32(FPB_BASE + 4)
/* Flash Patch Comparator (FPB_COMPx) */
#define FPB_COMP (voltile u32 *)(FPB_BASE + 8)
#define FPB_COMP (volatile u32 *)(FPB_BASE + 8)
/* TODO: PID, CID */