[PATCH v1 09/16] serial: pl01x: Change OF_CONTROL to OF_REAL

2023-07-11 Thread sbabic
> Before this change, building this driver for SPL with enabled SPL_DM_SERIAL > was problematic, as '-Wunused-const-variable=' warning was visible. > Now, the code is only considered when u-boot proper is build. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, master, thanks ! Best regards

[PATCH v1 09/16] serial: pl01x: Change OF_CONTROL to OF_REAL

2023-05-19 Thread Lukasz Majewski
Before this change, building this driver for SPL with enabled SPL_DM_SERIAL was problematic, as '-Wunused-const-variable=' warning was visible. Now, the code is only considered when u-boot proper is build. Signed-off-by: Lukasz Majewski --- drivers/serial/serial_pl01x.c | 2 +- 1 file changed,