All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fdt_support.h: Remove duplicated declarations
@ 2021-09-18  9:37 Bin Meng
  2021-09-18 11:52 ` Vladimir Oltean
  2021-09-26 18:40 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2021-09-18  9:37 UTC (permalink / raw)
  To: Simon Glass, Vladimir Oltean, u-boot

There are two duplicated declarations for ft_cpu_setup() and
ft_pci_setup().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 include/fdt_support.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/fdt_support.h b/include/fdt_support.h
index f6f46bb8e9..72a5b90c97 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -203,8 +203,6 @@ char *board_fdt_chosen_bootargs(void);
  * called at the end of the image_setup_libfdt() is to do that convertion.
  */
 void ft_board_setup_ex(void *blob, struct bd_info *bd);
-void ft_cpu_setup(void *blob, struct bd_info *bd);
-void ft_pci_setup(void *blob, struct bd_info *bd);
 
 /**
  * Add system-specific data to the FDT before booting the OS.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fdt_support.h: Remove duplicated declarations
  2021-09-18  9:37 [PATCH] fdt_support.h: Remove duplicated declarations Bin Meng
@ 2021-09-18 11:52 ` Vladimir Oltean
  2021-09-26 18:40 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Oltean @ 2021-09-18 11:52 UTC (permalink / raw)
  To: Bin Meng; +Cc: Simon Glass, u-boot

On Sat, Sep 18, 2021 at 05:37:23PM +0800, Bin Meng wrote:
> There are two duplicated declarations for ft_cpu_setup() and
> ft_pci_setup().
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fdt_support.h: Remove duplicated declarations
  2021-09-18  9:37 [PATCH] fdt_support.h: Remove duplicated declarations Bin Meng
  2021-09-18 11:52 ` Vladimir Oltean
@ 2021-09-26 18:40 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-09-26 18:40 UTC (permalink / raw)
  To: Vladimir Oltean; +Cc: Simon Glass, u-boot, Bin Meng

On Sat, Sep 18, 2021 at 05:37:23PM +0800, Bin Meng wrote:
> There are two duplicated declarations for ft_cpu_setup() and
> ft_pci_setup().
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Applied to u-boot-dm/next, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-26 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18  9:37 [PATCH] fdt_support.h: Remove duplicated declarations Bin Meng
2021-09-18 11:52 ` Vladimir Oltean
2021-09-26 18:40 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.