diff options
| author | Jeroen Hofstee <[email protected]> | 2014-06-10 23:16:09 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-06-11 16:27:06 -0400 |
| commit | c84f9e0d42c499647b3cfbb6358d601b61a6b4cd (patch) | |
| tree | 65146fe70bb75b9b600905af9a5b6ba3144767a6 | |
| parent | 1b34e880e0ca2500ec30c8cce21df637f946af9c (diff) | |
imximage_hynix.cfg: fix unterminated comment
cc: Troy Kisky <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
| -rw-r--r-- | board/ttcontrol/vision2/imximage_hynix.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ttcontrol/vision2/imximage_hynix.cfg b/board/ttcontrol/vision2/imximage_hynix.cfg index 4e6583ac767..c74973edec1 100644 --- a/board/ttcontrol/vision2/imximage_hynix.cfg +++ b/board/ttcontrol/vision2/imximage_hynix.cfg @@ -124,7 +124,7 @@ DATA 4 0x73fa889c 0x00000000 /* ESDCTL0: Enable controller */ DATA 4 0x83fd9000 0x83220000 -/* Init DRAM on CS0 / +/* Init DRAM on CS0 */ /* ESDSCR: Precharge command */ DATA 4 0x83fd9014 0x04008008 /* ESDSCR: Refresh command */ |
