diff options
| author | Tom Rini <[email protected]> | 2019-07-27 19:50:52 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-27 19:50:52 -0400 |
| commit | 75551c8bfc9545e31ec2ce238cac3857904007b8 (patch) | |
| tree | 5930f2feea2b0a42c28b211c6c0018f15e694d0f /include/environment | |
| parent | df9a7a195bdf0722399199bf373afc8309ae3ad7 (diff) | |
| parent | adc097e13320f1016526f0fab75321ad7bab9521 (diff) | |
Merge branch '2019-07-26-ti-imports'
- Bring in the rest of the J271E platform
- Various OMAP3/AM3517, DA850 fixes
Diffstat (limited to 'include/environment')
| -rw-r--r-- | include/environment/ti/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h index 54e9b2de4d1..e55a4aec57c 100644 --- a/include/environment/ti/boot.h +++ b/include/environment/ti/boot.h @@ -10,7 +10,7 @@ #define __TI_BOOT_H #ifndef CONSOLEDEV -#define CONSOLEDEV "ttyO2" +#define CONSOLEDEV "ttyS2" #endif #define VBMETA_PART_SIZE (64 * 1024) |
