Re: [U-Boot] [PATCH v3 10/72] fdt: Update fdt_get_base_address() to use const

2017-05-24 Thread sjg
This function does not change the device tree so adjust it to use const for this parameter. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/fdt_support.c | 2 +- include/fdt_support.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm

[U-Boot] [PATCH v3 10/72] fdt: Update fdt_get_base_address() to use const

2017-05-18 Thread Simon Glass
This function does not change the device tree so adjust it to use const for this parameter. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None common/fdt_support.c | 2 +- include/fdt_support.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/f