uart: sifive: Fix trivial CONFIG -> DT missed conversion

CONFIG_SIFIVE_UART_1_LABEL should have been DT_SIFIVE_UART_1_LABEL.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-31 04:52:44 -06:00 committed by Anas Nashif
commit 82f5c5e565

View file

@ -429,7 +429,7 @@ static const struct uart_sifive_device_config uart_sifive_dev_cfg_1 = {
#endif
};
DEVICE_AND_API_INIT(uart_sifive_1, CONFIG_SIFIVE_UART_1_LABEL,
DEVICE_AND_API_INIT(uart_sifive_1, DT_SIFIVE_UART_1_LABEL,
uart_sifive_init,
&uart_sifive_data_1, &uart_sifive_dev_cfg_1,
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,