Tidy up a few places where const * should be used. Signed-off-by: Simon Glass <sjg at chromium.org> --- drivers/pci/pci-uclass.c | 18 +++++++++--------- include/fdtdec.h | 2 +- include/pci.h | 16 ++++++++-------- lib/fdtdec.c | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) Applied to u-boot-dm, thanks!