git.legacy.paulk.fr
/
x-loader-sniper.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
xloader: Panda - bugfix board hang function doesn't hang
[x-loader-sniper.git]
/
board
/
omap4430panda
/
omap4430panda.c
diff --git
a/board/omap4430panda/omap4430panda.c
b/board/omap4430panda/omap4430panda.c
index
0278032
..
b00ec9e
100644
(file)
--- a/
board/omap4430panda/omap4430panda.c
+++ b/
board/omap4430panda/omap4430panda.c
@@
-1231,7
+1231,10
@@
void update_mux(u32 btype, u32 mtype)
/* optionally do something like blinking LED */
void board_hang(void)
-{ while (0) {};}
+{
+ while (1)
+ ;
+}
int nand_init(void)
{