commit | 98823aae4a31063df7fd85684fa1cdcfb19ee766 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 16:39:20 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 07 11:13:24 2020 -0500 |
tree | 67a47a01eec6f21ff3642f8a1bb4b8a41a7579c0 | |
parent | 7815fc1c122fb8d55a86e1fb6f64d81472af1679 [diff] |
include: board: provide empty stubs when the BOARD option is not selected Useful to avoid #ifdef throughout the code that uses the board driver API. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>