projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23154a
)
arm: m53evk: Fix RTC bus number
author
Marek Vasut
<marex@denx.de>
Fri, 25 Jul 2014 15:23:35 +0000
(17:23 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 8 Aug 2014 08:29:38 +0000
(10:29 +0200)
A previous update to the I2C stack introduced a typo in the
configuration option. Fix the typo and therefore allow the
RTC to work correctly with the 'date' command again.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
include/configs/m53evk.h
patch
|
blob
|
history
diff --git
a/include/configs/m53evk.h
b/include/configs/m53evk.h
index 97196c6031096be0c24d998523a0a3bda8d4c594..e5756d32e79300cdd96ff27b4f859f15b34962d9 100644
(file)
--- a/
include/configs/m53evk.h
+++ b/
include/configs/m53evk.h
@@
-175,7
+175,7
@@
#ifdef CONFIG_CMD_I2C
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_
SPD
_BUS_NUM 1 /* I2C2 */
+#define CONFIG_SYS_
RTC
_BUS_NUM 1 /* I2C2 */
#endif
/*