[U-Boot] [PATCH v3 36/72] fdt: Rename a few functions in fdt_support

sjg at google.com sjg at google.com
Thu May 25 00:06:29 UTC 2017


These two functions have an of_ prefix which conflicts with naming used
in of_addr. Rename them:

   fdt_read_number
   fdt_support_bus_default_count_cells

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

Changes in v3: None
Changes in v2: None

 arch/arm/cpu/armv8/fsl-layerscape/fdt.c    |  4 ++--
 arch/arm/mach-tegra/tegra186/nvtboot_mem.c |  4 ++--
 common/fdt_support.c                       | 26 +++++++++++++-------------
 drivers/core/ofnode.c                      |  4 ++--
 drivers/mtd/altera_qspi.c                  |  2 +-
 drivers/mtd/cfi_flash.c                    |  2 +-
 drivers/mtd/pic32_flash.c                  |  2 +-
 drivers/net/altera_tse.c                   |  2 +-
 include/fdt_support.h                      |  4 ++--
 9 files changed, 25 insertions(+), 25 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list