All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: Remove unused define in maix header
@ 2020-08-05 16:42 Sean Anderson
  2020-08-05 18:36 ` Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sean Anderson @ 2020-08-05 16:42 UTC (permalink / raw)
  To: u-boot

This define was left over from a previous revision, and was never used.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

 include/configs/sipeed-maix.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h
index a46473fc78..1cee8259d7 100644
--- a/include/configs/sipeed-maix.h
+++ b/include/configs/sipeed-maix.h
@@ -18,7 +18,4 @@
 /* Don't relocate into AI ram since it isn't set up yet */
 #define CONFIG_SYS_SDRAM_SIZE (SZ_4M + SZ_2M)
 
-/* For early init */
-#define K210_SYSCTL_BASE 0x50440000
-
 #endif /* CONFIGS_SIPEED_MAIX_H */
-- 
2.27.0

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

* [PATCH] riscv: Remove unused define in maix header
  2020-08-05 16:42 [PATCH] riscv: Remove unused define in maix header Sean Anderson
@ 2020-08-05 18:36 ` Heinrich Schuchardt
  2020-08-18  8:36 ` Bin Meng
  2021-03-03 11:10 ` Leo Liang
  2 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-08-05 18:36 UTC (permalink / raw)
  To: u-boot

On 05.08.20 18:42, Sean Anderson wrote:
> This define was left over from a previous revision, and was never used.
>
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> ---
>
>  include/configs/sipeed-maix.h | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h
> index a46473fc78..1cee8259d7 100644
> --- a/include/configs/sipeed-maix.h
> +++ b/include/configs/sipeed-maix.h
> @@ -18,7 +18,4 @@
>  /* Don't relocate into AI ram since it isn't set up yet */
>  #define CONFIG_SYS_SDRAM_SIZE (SZ_4M + SZ_2M)
>
> -/* For early init */
> -#define K210_SYSCTL_BASE 0x50440000
> -
>  #endif /* CONFIGS_SIPEED_MAIX_H */
>

Symbol K210_SYSCTL_BASE does not occur anywhere else.

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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

* [PATCH] riscv: Remove unused define in maix header
  2020-08-05 16:42 [PATCH] riscv: Remove unused define in maix header Sean Anderson
  2020-08-05 18:36 ` Heinrich Schuchardt
@ 2020-08-18  8:36 ` Bin Meng
  2021-03-03 11:10 ` Leo Liang
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2020-08-18  8:36 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 6, 2020 at 12:43 AM Sean Anderson <seanga2@gmail.com> wrote:
>
> This define was left over from a previous revision, and was never used.
>
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> ---
>
>  include/configs/sipeed-maix.h | 3 ---
>  1 file changed, 3 deletions(-)
>

Reviewed-by: Bin Meng <bin.meng@windriver.com>

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

* [PATCH] riscv: Remove unused define in maix header
  2020-08-05 16:42 [PATCH] riscv: Remove unused define in maix header Sean Anderson
  2020-08-05 18:36 ` Heinrich Schuchardt
  2020-08-18  8:36 ` Bin Meng
@ 2021-03-03 11:10 ` Leo Liang
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Liang @ 2021-03-03 11:10 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 05, 2020 at 12:42:19PM -0400, Sean Anderson wrote:
> This define was left over from a previous revision, and was never used.
> 
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Bin Meng <bin.meng@windriver.com>
> ---
> 
>  include/configs/sipeed-maix.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/include/configs/sipeed-maix.h b/include/configs/sipeed-maix.h
> index a46473fc78..1cee8259d7 100644
> --- a/include/configs/sipeed-maix.h
> +++ b/include/configs/sipeed-maix.h
> @@ -18,7 +18,4 @@
>  /* Don't relocate into AI ram since it isn't set up yet */
>  #define CONFIG_SYS_SDRAM_SIZE (SZ_4M + SZ_2M)
>  
> -/* For early init */
> -#define K210_SYSCTL_BASE 0x50440000
> -
>  #endif /* CONFIGS_SIPEED_MAIX_H */

Hi Sean,

This patch also conflicts with current master.
Could you please rebase again?

Thanks!
Leo

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

end of thread, other threads:[~2021-03-03 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 16:42 [PATCH] riscv: Remove unused define in maix header Sean Anderson
2020-08-05 18:36 ` Heinrich Schuchardt
2020-08-18  8:36 ` Bin Meng
2021-03-03 11:10 ` Leo Liang

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.