]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
LPC178x: Add parameters for key-value storage into original header file.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Dec 2012 23:10:38 +0000 (00:10 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 20 Dec 2012 23:10:38 +0000 (00:10 +0100)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
arch/arm/mach-lpc178x/defines/LPC177x_8x.h

index 170f73053edbb30a05e81d91f3637f96ff557a94..1b7622382a67c60458b1b848bc05059f67897771 100644 (file)
 #ifndef __LPC177x_8x_H__
 #define __LPC177x_8x_H__
 
+///////////////////////////////////////////////////////////////////////////////
+// Keyval
+#define KVPB_CHUNK_SIZE 16
+
+///////////////////////////////////////////////////////////////////////////////
+// ISP_RAM2FLASH_BLOCK_SIZE for 17xx CPU
+#ifndef ISP_RAM2FLASH_BLOCK_SIZE
+  #define ISP_RAM2FLASH_BLOCK_SIZE      256
+#endif /* ISP_RAM2FLASH_BLOCK_SIZE */
+
 /*
  * ==========================================================================
  * ---------- Interrupt Number Definition -----------------------------------