All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
@ 2019-11-02  4:49 ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2019-11-02  4:49 UTC (permalink / raw)
  To: Kever Yang, Simon Glass, Philipp Tomsich
  Cc: u-boot, linux-amarula, linux-rockchip

roc-rk3399-pc_defconfig is committed in below

commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
Add ROC-RK3399-PC support")

which doesn't follow the existing defconfigs on rk3399.

So, rename as followed with other rk3399 defconfigs.

Cc: Levin Du <djw@t-chip.com.cn>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
 configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} (100%)

diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
index f8299d9460..17dfafb743 100644
--- a/board/rockchip/evb_rk3399/MAINTAINERS
+++ b/board/rockchip/evb_rk3399/MAINTAINERS
@@ -52,7 +52,7 @@ F:	arch/arm/dts/rk3399-orangepi-u-boot.dtsi
 ROC-RK3399-PC
 M:	Levin Du <djw@t-chip.com.cn>
 S:	Maintained
-F:	configs/roc-rk3399-pc_defconfig
+F:	configs/roc-pc-rk3399_defconfig
 F:	arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
 
 ROCK-PI-4
diff --git a/configs/roc-rk3399-pc_defconfig b/configs/roc-pc-rk3399_defconfig
similarity index 100%
rename from configs/roc-rk3399-pc_defconfig
rename to configs/roc-pc-rk3399_defconfig
-- 
2.18.0.321.gffc6fa0e3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
@ 2019-11-02  4:49 ` Jagan Teki
  0 siblings, 0 replies; 12+ messages in thread
From: Jagan Teki @ 2019-11-02  4:49 UTC (permalink / raw)
  To: u-boot

roc-rk3399-pc_defconfig is committed in below

commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
Add ROC-RK3399-PC support")

which doesn't follow the existing defconfigs on rk3399.

So, rename as followed with other rk3399 defconfigs.

Cc: Levin Du <djw@t-chip.com.cn>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
 configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} (100%)

diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
index f8299d9460..17dfafb743 100644
--- a/board/rockchip/evb_rk3399/MAINTAINERS
+++ b/board/rockchip/evb_rk3399/MAINTAINERS
@@ -52,7 +52,7 @@ F:	arch/arm/dts/rk3399-orangepi-u-boot.dtsi
 ROC-RK3399-PC
 M:	Levin Du <djw@t-chip.com.cn>
 S:	Maintained
-F:	configs/roc-rk3399-pc_defconfig
+F:	configs/roc-pc-rk3399_defconfig
 F:	arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
 
 ROCK-PI-4
diff --git a/configs/roc-rk3399-pc_defconfig b/configs/roc-pc-rk3399_defconfig
similarity index 100%
rename from configs/roc-rk3399-pc_defconfig
rename to configs/roc-pc-rk3399_defconfig
-- 
2.18.0.321.gffc6fa0e3

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

* Re: [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
  2019-11-02  4:49 ` [U-Boot] " Jagan Teki
@ 2019-11-02 12:28   ` Jonathan A. Kollasch
  -1 siblings, 0 replies; 12+ messages in thread
From: Jonathan A. Kollasch @ 2019-11-02 12:28 UTC (permalink / raw)
  To: Jagan Teki; +Cc: linux-rockchip, u-boot, linux-amarula

On Sat, Nov 02, 2019 at 10:19:02AM +0530, Jagan Teki wrote:
> roc-rk3399-pc_defconfig is committed in below
> 
> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
> Add ROC-RK3399-PC support")
> 
> which doesn't follow the existing defconfigs on rk3399.
> 
> So, rename as followed with other rk3399 defconfigs.
> 
> Cc: Levin Du <djw@t-chip.com.cn>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---

This strikes me as wrong, as the existing name is the actual name of the
board.

https://libre.computer/products/boards/roc-rk3399-pc/

	Jonathan Kollasch
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
@ 2019-11-02 12:28   ` Jonathan A. Kollasch
  0 siblings, 0 replies; 12+ messages in thread
From: Jonathan A. Kollasch @ 2019-11-02 12:28 UTC (permalink / raw)
  To: u-boot

On Sat, Nov 02, 2019 at 10:19:02AM +0530, Jagan Teki wrote:
> roc-rk3399-pc_defconfig is committed in below
> 
> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
> Add ROC-RK3399-PC support")
> 
> which doesn't follow the existing defconfigs on rk3399.
> 
> So, rename as followed with other rk3399 defconfigs.
> 
> Cc: Levin Du <djw@t-chip.com.cn>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---

This strikes me as wrong, as the existing name is the actual name of the
board.

https://libre.computer/products/boards/roc-rk3399-pc/

	Jonathan Kollasch

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

* Re: [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
  2019-11-02  4:49 ` [U-Boot] " Jagan Teki
@ 2019-11-04  1:41   ` djw at archiso.i-did-not-set--mail-host-address--so-tickle-me
  -1 siblings, 0 replies; 12+ messages in thread
From: djw @ 2019-11-04  1:41 UTC (permalink / raw)
  To: Jagan Teki; +Cc: linux-rockchip, u-boot, linux-amarula


The mainline uses 'rk3399-*', so there're rk3399-firefly.dts,
rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel
convention, or adding another roc-pc-rk3399 to the matrix?

--
Best Regards,
Levin Du


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig
@ 2019-11-04  1:41   ` djw at archiso.i-did-not-set--mail-host-address--so-tickle-me
  0 siblings, 0 replies; 12+ messages in thread
From: djw at archiso.i-did-not-set--mail-host-address--so-tickle-me @ 2019-11-04  1:41 UTC (permalink / raw)
  To: u-boot


The mainline uses 'rk3399-*', so there're rk3399-firefly.dts,
rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel
convention, or adding another roc-pc-rk3399 to the matrix?

--
Best Regards,
Levin Du

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

* Re: [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由u-boot-bounces@lists.denx.de代发】
  2019-11-02 12:28   ` [U-Boot] " Jonathan A. Kollasch
@ 2019-11-05  2:11     ` Levin Du
  -1 siblings, 0 replies; 12+ messages in thread
From: Levin Du @ 2019-11-05  2:11 UTC (permalink / raw)
  To: Jonathan A. Kollasch; +Cc: linux-rockchip, linux-amarula, u-boot


The mainline uses 'rk3399-*', so there're rk3399-firefly.dts,
rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel
convention, or add another roc-pc-rk3399 to the matrix? I prefer to keep it as
it is.


"Jonathan A. Kollasch" <jakllsch@kollasch.net> writes:

> On Sat, Nov 02, 2019 at 10:19:02AM +0530, Jagan Teki wrote:
>> roc-rk3399-pc_defconfig is committed in below
>> 
>> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
>
>> Add ROC-RK3399-PC support")
>> 
>> which doesn't follow the existing defconfigs on rk3399.
>> 
>> So, rename as followed with other rk3399 defconfigs.
>> 
>> Cc: Levin Du <djw@t-chip.com.cn>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>> ---
>
> This strikes me as wrong, as the existing name is the actual name of the
> board.
>
> https://libre.computer/products/boards/roc-rk3399-pc/
>
> 	Jonathan Kollasch
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
-- 
Levin Du


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由u-boot-bounces@lists.denx.de代发】
@ 2019-11-05  2:11     ` Levin Du
  0 siblings, 0 replies; 12+ messages in thread
From: Levin Du @ 2019-11-05  2:11 UTC (permalink / raw)
  To: u-boot


The mainline uses 'rk3399-*', so there're rk3399-firefly.dts,
rk3399-roc-pc.dts, rk3399-khadas-edge.dts, etc. Shall we follow the kernel
convention, or add another roc-pc-rk3399 to the matrix? I prefer to keep it as
it is.


"Jonathan A. Kollasch" <jakllsch@kollasch.net> writes:

> On Sat, Nov 02, 2019 at 10:19:02AM +0530, Jagan Teki wrote:
>> roc-rk3399-pc_defconfig is committed in below
>> 
>> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
>
>> Add ROC-RK3399-PC support")
>> 
>> which doesn't follow the existing defconfigs on rk3399.
>> 
>> So, rename as followed with other rk3399 defconfigs.
>> 
>> Cc: Levin Du <djw@t-chip.com.cn>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>> ---
>
> This strikes me as wrong, as the existing name is the actual name of the
> board.
>
> https://libre.computer/products/boards/roc-rk3399-pc/
>
> 	Jonathan Kollasch
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
-- 
Levin Du

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

* Re: [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】
  2019-11-02  4:49 ` [U-Boot] " Jagan Teki
@ 2019-11-13  9:13   ` Kever Yang
  -1 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2019-11-13  9:13 UTC (permalink / raw)
  To: Jagan Teki, Simon Glass, Philipp Tomsich
  Cc: u-boot, linux-amarula, linux-rockchip


On 2019/11/2 下午12:49, Jagan Teki wrote:
> roc-rk3399-pc_defconfig is committed in below
>
> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
> Add ROC-RK3399-PC support")
>
> which doesn't follow the existing defconfigs on rk3399.
>
> So, rename as followed with other rk3399 defconfigs.
>
> Cc: Levin Du <djw@t-chip.com.cn>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


The board name is roc-rk3399-pc, but we do update this in dts as 
{soc}-{board}.dts

and {board}-{soc}_defconfig  for all boards already have, so


Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
>   configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
>   2 files changed, 1 insertion(+), 1 deletion(-)
>   rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} (100%)
>
> diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
> index f8299d9460..17dfafb743 100644
> --- a/board/rockchip/evb_rk3399/MAINTAINERS
> +++ b/board/rockchip/evb_rk3399/MAINTAINERS
> @@ -52,7 +52,7 @@ F:	arch/arm/dts/rk3399-orangepi-u-boot.dtsi
>   ROC-RK3399-PC
>   M:	Levin Du <djw@t-chip.com.cn>
>   S:	Maintained
> -F:	configs/roc-rk3399-pc_defconfig
> +F:	configs/roc-pc-rk3399_defconfig
>   F:	arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
>   
>   ROCK-PI-4
> diff --git a/configs/roc-rk3399-pc_defconfig b/configs/roc-pc-rk3399_defconfig
> similarity index 100%
> rename from configs/roc-rk3399-pc_defconfig
> rename to configs/roc-pc-rk3399_defconfig


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】
@ 2019-11-13  9:13   ` Kever Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2019-11-13  9:13 UTC (permalink / raw)
  To: u-boot


On 2019/11/2 下午12:49, Jagan Teki wrote:
> roc-rk3399-pc_defconfig is committed in below
>
> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
> Add ROC-RK3399-PC support")
>
> which doesn't follow the existing defconfigs on rk3399.
>
> So, rename as followed with other rk3399 defconfigs.
>
> Cc: Levin Du <djw@t-chip.com.cn>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


The board name is roc-rk3399-pc, but we do update this in dts as 
{soc}-{board}.dts

and {board}-{soc}_defconfig  for all boards already have, so


Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
>   configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
>   2 files changed, 1 insertion(+), 1 deletion(-)
>   rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} (100%)
>
> diff --git a/board/rockchip/evb_rk3399/MAINTAINERS b/board/rockchip/evb_rk3399/MAINTAINERS
> index f8299d9460..17dfafb743 100644
> --- a/board/rockchip/evb_rk3399/MAINTAINERS
> +++ b/board/rockchip/evb_rk3399/MAINTAINERS
> @@ -52,7 +52,7 @@ F:	arch/arm/dts/rk3399-orangepi-u-boot.dtsi
>   ROC-RK3399-PC
>   M:	Levin Du <djw@t-chip.com.cn>
>   S:	Maintained
> -F:	configs/roc-rk3399-pc_defconfig
> +F:	configs/roc-pc-rk3399_defconfig
>   F:	arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
>   
>   ROCK-PI-4
> diff --git a/configs/roc-rk3399-pc_defconfig b/configs/roc-pc-rk3399_defconfig
> similarity index 100%
> rename from configs/roc-rk3399-pc_defconfig
> rename to configs/roc-pc-rk3399_defconfig

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

* Re: [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】
  2019-11-13  9:13   ` [U-Boot] " Kever Yang
@ 2019-11-18  3:04       ` Kever Yang
  -1 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2019-11-18  3:04 UTC (permalink / raw)
  To: Jagan Teki, Simon Glass, Philipp Tomsich
  Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg, Levin Du,
	linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r


On 2019/11/13 下午5:13, Kever Yang wrote:
>
> On 2019/11/2 下午12:49, Jagan Teki wrote:
>> roc-rk3399-pc_defconfig is committed in below
>>
>> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
>> Add ROC-RK3399-PC support")
>>
>> which doesn't follow the existing defconfigs on rk3399.
>>
>> So, rename as followed with other rk3399 defconfigs.
>>
>> Cc: Levin Du <djw@t-chip.com.cn>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
>
> The board name is roc-rk3399-pc, but we do update this in dts as 
> {soc}-{board}.dts
>
> and {board}-{soc}_defconfig  for all boards already have, so
>
>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Applied to u-boot-rockchip master.

Thanks,
- Kever
>
> Thanks,
> - Kever
>> ---
>>   board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
>>   configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>   rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} 
>> (100%)
>>
>> diff --git a/board/rockchip/evb_rk3399/MAINTAINERS 
>> b/board/rockchip/evb_rk3399/MAINTAINERS
>> index f8299d9460..17dfafb743 100644
>> --- a/board/rockchip/evb_rk3399/MAINTAINERS
>> +++ b/board/rockchip/evb_rk3399/MAINTAINERS
>> @@ -52,7 +52,7 @@ F:    arch/arm/dts/rk3399-orangepi-u-boot.dtsi
>>   ROC-RK3399-PC
>>   M:    Levin Du <djw@t-chip.com.cn>
>>   S:    Maintained
>> -F:    configs/roc-rk3399-pc_defconfig
>> +F:    configs/roc-pc-rk3399_defconfig
>>   F:    arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
>>     ROCK-PI-4
>> diff --git a/configs/roc-rk3399-pc_defconfig 
>> b/configs/roc-pc-rk3399_defconfig
>> similarity index 100%
>> rename from configs/roc-rk3399-pc_defconfig
>> rename to configs/roc-pc-rk3399_defconfig
>
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* [U-Boot] [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】
@ 2019-11-18  3:04       ` Kever Yang
  0 siblings, 0 replies; 12+ messages in thread
From: Kever Yang @ 2019-11-18  3:04 UTC (permalink / raw)
  To: u-boot


On 2019/11/13 下午5:13, Kever Yang wrote:
>
> On 2019/11/2 下午12:49, Jagan Teki wrote:
>> roc-rk3399-pc_defconfig is committed in below
>>
>> commit <8a681f4c5aa15db51ad0209734859c9fe7c29cfd> ("rockchip: rk3399:
>> Add ROC-RK3399-PC support")
>>
>> which doesn't follow the existing defconfigs on rk3399.
>>
>> So, rename as followed with other rk3399 defconfigs.
>>
>> Cc: Levin Du <djw@t-chip.com.cn>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
>
> The board name is roc-rk3399-pc, but we do update this in dts as 
> {soc}-{board}.dts
>
> and {board}-{soc}_defconfig  for all boards already have, so
>
>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Applied to u-boot-rockchip master.

Thanks,
- Kever
>
> Thanks,
> - Kever
>> ---
>>   board/rockchip/evb_rk3399/MAINTAINERS                        | 2 +-
>>   configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} | 0
>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>   rename configs/{roc-rk3399-pc_defconfig => roc-pc-rk3399_defconfig} 
>> (100%)
>>
>> diff --git a/board/rockchip/evb_rk3399/MAINTAINERS 
>> b/board/rockchip/evb_rk3399/MAINTAINERS
>> index f8299d9460..17dfafb743 100644
>> --- a/board/rockchip/evb_rk3399/MAINTAINERS
>> +++ b/board/rockchip/evb_rk3399/MAINTAINERS
>> @@ -52,7 +52,7 @@ F:    arch/arm/dts/rk3399-orangepi-u-boot.dtsi
>>   ROC-RK3399-PC
>>   M:    Levin Du <djw@t-chip.com.cn>
>>   S:    Maintained
>> -F:    configs/roc-rk3399-pc_defconfig
>> +F:    configs/roc-pc-rk3399_defconfig
>>   F:    arch/arm/dts/rk3399-roc-pc-u-boot.dtsi
>>     ROCK-PI-4
>> diff --git a/configs/roc-rk3399-pc_defconfig 
>> b/configs/roc-pc-rk3399_defconfig
>> similarity index 100%
>> rename from configs/roc-rk3399-pc_defconfig
>> rename to configs/roc-pc-rk3399_defconfig
>
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2019-11-18  3:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-02  4:49 [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig Jagan Teki
2019-11-02  4:49 ` [U-Boot] " Jagan Teki
2019-11-02 12:28 ` Jonathan A. Kollasch
2019-11-02 12:28   ` [U-Boot] " Jonathan A. Kollasch
2019-11-05  2:11   ` [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Levin Du
2019-11-05  2:11     ` [U-Boot] " Levin Du
2019-11-04  1:41 ` [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig djw
2019-11-04  1:41   ` [U-Boot] " djw at archiso.i-did-not-set--mail-host-address--so-tickle-me
2019-11-13  9:13 ` [PATCH] configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfig【请注意,邮件由linux-rockchip-bounces+kever.yang=rock-chips.com@lists.infradead.org代发】 Kever Yang
2019-11-13  9:13   ` [U-Boot] " Kever Yang
     [not found]   ` <fd21fa79-142f-00b9-f3df-8dc43372cb20-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2019-11-18  3:04     ` Kever Yang
2019-11-18  3:04       ` [U-Boot] " Kever Yang

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.