diff options
| author | Thomas Chou <[email protected]> | 2015-11-19 21:48:15 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-21 21:50:18 -0500 |
| commit | 2f3a5fee9e901a34263cf293d1d9072bbd69fe27 (patch) | |
| tree | cb6f033d7f1fa0d2c0bd4a8f0205350d13f0d080 /arch | |
| parent | 9e39003e7ffa327adaef468840196de2e8820d2f (diff) | |
nios2: 10m50: change to ns16550 uart
Change to ns16550 uart for 10m50 devboard based on a new
Altera release.
Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/nios2/dts/10m50_devboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/dts/10m50_devboard.dts b/arch/nios2/dts/10m50_devboard.dts index e89dbb23317..05eac30d675 100644 --- a/arch/nios2/dts/10m50_devboard.dts +++ b/arch/nios2/dts/10m50_devboard.dts @@ -262,6 +262,6 @@ chosen { bootargs = "debug console=ttyS0,115200"; - stdout-path = &uart_0; + stdout-path = &a_16550_uart_0; }; }; |
