[PATCH 04/21] dm: core: Use const device for the devfdt...() interface

sjg at google.com sjg at google.com
Wed Feb 5 18:56:59 CET 2020


These functions do not modify the device so should use a const pointer to
it. Update the code accordingly.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 drivers/core/fdtaddr.c | 26 +++++++++++++-------------
 include/dm/fdtaddr.h   | 26 +++++++++++++-------------
 2 files changed, 26 insertions(+), 26 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list