| Submitter | Thomas Weber |
|---|---|
| Date | Sept. 19, 2011, 8:43 a.m. |
| Message ID | <1316421838-32235-1-git-send-email-weber@corscience.de> |
| Download | mbox | patch |
| Permalink | /patch/115303/ |
| State | Accepted |
| Commit | 2d76da246c70ff01592b19e2aa16323a4bbdeb05 |
| Headers | show |
Comments
> > The omap serial names have changed from ttySx to ttyOx, > so the console should be also changed to support this. > > Signed-off-by: Thomas Weber <weber@corscience.de> > --- > include/configs/devkit8000.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h > index 710092d..3479740 100644 > --- a/include/configs/devkit8000.h > +++ b/include/configs/devkit8000.h > @@ -181,7 +181,7 @@ > > #define CONFIG_EXTRA_ENV_SETTINGS \ > "loadaddr=0x82000000\0" \ > - "console=ttyS2,115200n8\0" \ > + "console=ttyO2,115200n8\0" \ > "mmcdev=0\0" \ > "vram=12M\0" \ > "dvimode=1024x768MR-16@60\0" \ Pushed to u-boot-ti/next
Patch
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 710092d..3479740 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -181,7 +181,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ - "console=ttyS2,115200n8\0" \ + "console=ttyO2,115200n8\0" \ "mmcdev=0\0" \ "vram=12M\0" \ "dvimode=1024x768MR-16@60\0" \
The omap serial names have changed from ttySx to ttyOx, so the console should be also changed to support this. Signed-off-by: Thomas Weber <weber@corscience.de> --- include/configs/devkit8000.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)