
6 Feb
2020
6 Feb
'20
3:31 a.m.
This function name conflicts with our desire to #define free() to something else on sandbox. Since it deals with resources, rename it to rfree().
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: - Update microblaze manual relocation
Changes in v2: None
drivers/gpio/gpio-rcar.c | 2 +- drivers/gpio/gpio-uclass.c | 8 ++++---- include/asm-generic/gpio.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Applied to u-boot-dm, thanks!