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 /configs | |
| 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 'configs')
| -rw-r--r-- | configs/10m50_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/10m50_defconfig b/configs/10m50_defconfig index 1919502e651..0d18e8da8c5 100644 --- a/configs/10m50_defconfig +++ b/configs/10m50_defconfig @@ -22,6 +22,6 @@ CONFIG_MTD=y CONFIG_ALTERA_QSPI=y CONFIG_DM_ETH=y CONFIG_ALTERA_TSE=y -CONFIG_ALTERA_UART=y +CONFIG_SYS_NS16550=y CONFIG_TIMER=y CONFIG_ALTERA_TIMER=y |
