diff mbox series

[1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file

Message ID 20201031163250.14866-1-pali@kernel.org
State Accepted
Commit e4f7592196570db82343cedf156f4d3477f69610
Delegated to: Lokesh Vutla
Headers show
Series [1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file | expand

Commit Message

Pali Rohár Oct. 31, 2020, 4:32 p.m. UTC
These comments are relict for old, now removed config options.
So remove these obsoleted comments too.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 include/configs/nokia_rx51.h | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Lokesh Vutla Nov. 15, 2020, 10:05 a.m. UTC | #1
On 31/10/20 10:02 pm, Pali Rohár wrote:
> These comments are relict for old, now removed config options.
> So remove these obsoleted comments too.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Series applied to u-boot-ti for-next branch. Next time please write a cover letter.

Thanks and regards,
Lokesh
Pali Rohár Nov. 15, 2020, 12:06 p.m. UTC | #2
On Sunday 15 November 2020 15:35:37 Lokesh Vutla wrote:
> Series applied to u-boot-ti for-next branch.

It is possible to include this patch series into v2021.01 version?
Because currently in u-boot master branch is N900 non-working and these
patches (as stated in commit messages) are fixing it.

> Next time please write a cover letter.

Ok, Next time I will do it.
Lokesh Vutla Nov. 16, 2020, 3:27 a.m. UTC | #3
On 15/11/20 5:36 pm, Pali Rohár wrote:
> On Sunday 15 November 2020 15:35:37 Lokesh Vutla wrote:
>> Series applied to u-boot-ti for-next branch.
> 
> It is possible to include this patch series into v2021.01 version?
> Because currently in u-boot master branch is N900 non-working and these
> patches (as stated in commit messages) are fixing it.

You are right. Ill send a PR to Tom for rc.

Thanks and regards,
Lokesh

> 
>> Next time please write a cover letter.
> 
> Ok, Next time I will do it.
>
diff mbox series

Patch

diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
index 9b89120342..6879f52a0c 100644
--- a/include/configs/nokia_rx51.h
+++ b/include/configs/nokia_rx51.h
@@ -75,12 +75,6 @@ 
 #define CONFIG_USBD_MANUFACTURER	"Nokia"
 #define CONFIG_USBD_PRODUCT_NAME	"N900"
 
-/* commands to include */
-
-/*
- * TWL4030
- */
-
 #define GPIO_SLIDE			71
 
 /*
@@ -229,10 +223,6 @@  int rx51_kp_getc(struct stdio_dev *sdev);
 	"run attachboot;" \
 	"echo"
 
-/*
- * Miscellaneous configurable options
- */
-
 /* default load address */
 #define CONFIG_SYS_LOAD_ADDR		(OMAP34XX_SDRC_CS0)