projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a3e2e
)
karo: tx6ul: fix wrong board name in U-Boot messages
KARO-TX-2016-07-05
author
Lothar Waßmann
<LW@KARO-electronics.de>
Tue, 5 Jul 2016 12:37:18 +0000
(14:37 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Tue, 5 Jul 2016 12:37:18 +0000
(14:37 +0200)
board/karo/tx6/tx6ul.c
patch
|
blob
|
history
diff --git
a/board/karo/tx6/tx6ul.c
b/board/karo/tx6/tx6ul.c
index
1817e27
..
cfb6242
100644
(file)
--- a/
board/karo/tx6/tx6ul.c
+++ b/
board/karo/tx6/tx6ul.c
@@
-431,7
+431,7
@@
static bool tx6ul_temp_check_enabled = true;
static inline u8 tx6ul_mem_suffix(void)
{
-#ifdef CONFIG_TX6
UL
_NAND
+#ifdef CONFIG_TX6_NAND
return '0';
#else
return '1';