summaryrefslogtreecommitdiffstats
path: root/include/configs/alpr.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-06-22 23:59:00 +0200
committerWolfgang Denk <wd@denx.de>2007-06-22 23:59:00 +0200
commit1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch)
treecd39e784361c2bcef43cfc38d39b1670ce22d539 /include/configs/alpr.h
parent2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff)
downloadblackbird-obmc-uboot-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.gz
blackbird-obmc-uboot-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'include/configs/alpr.h')
-rw-r--r--include/configs/alpr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index 47893e824d..3e571db0e1 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -95,7 +95,7 @@
#define CFG_ENV_IS_IN_FLASH 1 /* use FLASH for environment vars */
-#define CFG_ENV_SECT_SIZE 0x10000 /* size of one complete sector */
+#define CFG_ENV_SECT_SIZE 0x10000 /* size of one complete sector */
#define CFG_ENV_ADDR (CFG_MONITOR_BASE-CFG_ENV_SECT_SIZE)
#define CFG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */
@@ -257,7 +257,7 @@
#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
#define CONFIG_LOOPW 1 /* enable loopw command */
-#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
+#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
OpenPOWER on IntegriCloud