:: Re: [maemo-leste] [PATCH] arm: Remo…
Top Page
Delete this message
Reply to this message
Author: Pali Rohár
Date:  
To: Tom Rini
CC: u-boot, maemo-leste, Pavel Machek, Merlijn Wajer
Subject: Re: [maemo-leste] [PATCH] arm: Remove nokia_rx51 board
On Tuesday 18 May 2021 21:26:40 Tom Rini wrote:
> This board has not been converted to CONFIG_DM_USB by the deadline.
> Remove it.


I'm very disappointed that you want to remove Nokia N900 from U-Boot.

I was waiting waiting half of year because other developers did not
react to issues which were introduced and neither to patches which I
sent (+ trying to remind open issues). And also I was waiting another
half of year until other N900 related patches were merged. So the whole
slowdown was not caused by me, why it is taking so long.

Now there is still one N900 DM related patch waiting for review. I'm
converting code step by step.

So the ball is not on my side.

> Cc: Pali Rohár <pali@???>
> Signed-off-by: Tom Rini <trini@???>
> ---
> I assume you'll be trying to fix this so I've not removed all of the
> test related scripts.
> ---
>  .azure-pipelines.yml              |  13 -
>  .gitlab-ci.yml                    |   7 -
>  arch/arm/mach-omap2/omap3/Kconfig |   4 -
>  board/nokia/rx51/Kconfig          |  12 -
>  board/nokia/rx51/MAINTAINERS      |   8 -
>  board/nokia/rx51/Makefile         |   7 -
>  board/nokia/rx51/lowlevel_init.S  | 196 --------
>  board/nokia/rx51/rx51.c           | 724 ------------------------------
>  board/nokia/rx51/tag_omap.h       | 294 ------------
>  configs/nokia_rx51_defconfig      |  69 ---
>  doc/README.nokia_rx51             |  94 ----
>  include/configs/nokia_rx51.h      | 249 ----------
>  test/nokia_rx51_test.sh           | 296 ------------
>  13 files changed, 1973 deletions(-)
>  delete mode 100644 board/nokia/rx51/Kconfig
>  delete mode 100644 board/nokia/rx51/MAINTAINERS
>  delete mode 100644 board/nokia/rx51/Makefile
>  delete mode 100644 board/nokia/rx51/lowlevel_init.S
>  delete mode 100644 board/nokia/rx51/rx51.c
>  delete mode 100644 board/nokia/rx51/tag_omap.h
>  delete mode 100644 configs/nokia_rx51_defconfig
>  delete mode 100644 doc/README.nokia_rx51
>  delete mode 100644 include/configs/nokia_rx51.h
>  delete mode 100755 test/nokia_rx51_test.sh