summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-08-20 11:05:09 +0200
committerCyril Jourdan2012-09-20 11:21:09 +0200
commite4905114ec6f786b92fe9113e2bce7cc92f52cfa (patch)
tree0af41dd0390bdd1c15a95cb3e52a1c01c6b44dfa
parent4fd075862197f6a2afcbe0310a33fb59f9de09e8 (diff)
cleo/u-boot/include/configs: define refactoring
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/mse500.h2
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/mse500dini_300.h2
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/sdk300.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/configs/mse500.h b/cleopatre/u-boot-1.1.6/include/configs/mse500.h
index 1eae2dc071..b63f3930f0 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/mse500.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/mse500.h
@@ -28,6 +28,6 @@
#include "spc300_arch.h"
/* SPI maximum frequency */
-#define CFG_SPI_FREQ 30000000
+#define CFG_SPI_FREQ (30000000)
#endif
diff --git a/cleopatre/u-boot-1.1.6/include/configs/mse500dini_300.h b/cleopatre/u-boot-1.1.6/include/configs/mse500dini_300.h
index 5b8c3222d4..8e198777ed 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/mse500dini_300.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/mse500dini_300.h
@@ -28,6 +28,6 @@
#include "spc300_arch.h"
/* SPI maximum frequency */
-#define CFG_SPI_FREQ 10000000
+#define CFG_SPI_FREQ (10000000)
#endif
diff --git a/cleopatre/u-boot-1.1.6/include/configs/sdk300.h b/cleopatre/u-boot-1.1.6/include/configs/sdk300.h
index 7494267a46..4055a2349c 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/sdk300.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/sdk300.h
@@ -28,6 +28,6 @@
#include "spc300_arch.h"
/* SPI maximum frequency */
-#define CFG_SPI_FREQ 20000000
+#define CFG_SPI_FREQ (20000000)
#endif