commit | 647c0037369917de8d00d5b91d19fe7325beacd2 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 19 12:43:51 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:04 2023 +0200 |
tree | 04090755f50a0991052fc4832f1cbe46a4954e6b | |
parent | a66a137354a3b7b64338707f863dce8d18be1a09 [diff] |
serial: pl01x: Change OF_CONTROL to OF_REAL 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 <lukma@denx.de>