diff mbox series

[U-Boot,v3,2/2] rockchip: Remove obsolete references to pyelftools

Message ID 20190716195326.GC10526@arachsys.com
State Accepted
Commit 8b1ceb0ac1aa1746c6751d698ce7a012a236fa65
Delegated to: Kever Yang
Headers show
Series rockchip: make_fit_atf.py Eliminate pyelftools dependency | expand

Commit Message

Chris Webb July 16, 2019, 7:53 p.m. UTC
make_fit_atf.py no longer requires pyelftools, and nothing else in the
rockchip build requires it either, so remove references to installing it
from the documentation.

Signed-off-by: Chris Webb <chris@arachsys.com>
---
 board/rockchip/evb_rk3399/README | 6 ------
 doc/README.rockchip              | 4 ----
 2 files changed, 10 deletions(-)

Comments

Kever Yang July 17, 2019, 10:39 a.m. UTC | #1
On 2019/7/17 上午3:53, Chris Webb wrote:
> make_fit_atf.py no longer requires pyelftools, and nothing else in the
> rockchip build requires it either, so remove references to installing it
> from the documentation.
>
> Signed-off-by: Chris Webb <chris@arachsys.com>


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

Thanks,
  - Kever
> ---
>   board/rockchip/evb_rk3399/README | 6 ------
>   doc/README.rockchip              | 4 ----
>   2 files changed, 10 deletions(-)
>
> diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README
> index 6469821987..ea3258cf37 100644
> --- a/board/rockchip/evb_rk3399/README
> +++ b/board/rockchip/evb_rk3399/README
> @@ -35,12 +35,6 @@ Get the Source and prebuild binary
>     > git clone https://github.com/rockchip-linux/rkbin.git
>     > git clone https://github.com/rockchip-linux/rkdeveloptool.git
>   
> -Get some prerequisites
> -======================
> -
> -You need the Python elftools.elf.elffile library for make_fit_atf.py to work:
> -
> -  > sudo apt-get install python-pyelftools
>   
>   Compile ATF
>   ===========
> diff --git a/doc/README.rockchip b/doc/README.rockchip
> index 02e2497b15..8ccbb87264 100644
> --- a/doc/README.rockchip
> +++ b/doc/README.rockchip
> @@ -123,10 +123,6 @@ For example:
>   
>      Option 2: Package the image with SPL:
>   
> -   - We need the Python elftools.elf.elffile library for make_fit_atf.py to work
> -
> -     => sudo apt-get install python-pyelftools
> -
>      - Export cross compiler path for aarch64
>   
>      - Compile ATF
Kever Yang July 23, 2019, 8:04 a.m. UTC | #2
On 2019/7/17 下午6:39, Kever Yang wrote:
>
> On 2019/7/17 上午3:53, Chris Webb wrote:
>> make_fit_atf.py no longer requires pyelftools, and nothing else in the
>> rockchip build requires it either, so remove references to installing it
>> from the documentation.
>>
>> Signed-off-by: Chris Webb <chris@arachsys.com>
>
>
> Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>

Applied to u-boot-rockchip, thanks!
>
> Thanks,
>  - Kever
>> ---
>>   board/rockchip/evb_rk3399/README | 6 ------
>>   doc/README.rockchip              | 4 ----
>>   2 files changed, 10 deletions(-)
>>
>> diff --git a/board/rockchip/evb_rk3399/README 
>> b/board/rockchip/evb_rk3399/README
>> index 6469821987..ea3258cf37 100644
>> --- a/board/rockchip/evb_rk3399/README
>> +++ b/board/rockchip/evb_rk3399/README
>> @@ -35,12 +35,6 @@ Get the Source and prebuild binary
>>     > git clone https://github.com/rockchip-linux/rkbin.git
>>     > git clone https://github.com/rockchip-linux/rkdeveloptool.git
>>   -Get some prerequisites
>> -======================
>> -
>> -You need the Python elftools.elf.elffile library for make_fit_atf.py 
>> to work:
>> -
>> -  > sudo apt-get install python-pyelftools
>>     Compile ATF
>>   ===========
>> diff --git a/doc/README.rockchip b/doc/README.rockchip
>> index 02e2497b15..8ccbb87264 100644
>> --- a/doc/README.rockchip
>> +++ b/doc/README.rockchip
>> @@ -123,10 +123,6 @@ For example:
>>        Option 2: Package the image with SPL:
>>   -   - We need the Python elftools.elf.elffile library for 
>> make_fit_atf.py to work
>> -
>> -     => sudo apt-get install python-pyelftools
>> -
>>      - Export cross compiler path for aarch64
>>        - Compile ATF
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README
index 6469821987..ea3258cf37 100644
--- a/board/rockchip/evb_rk3399/README
+++ b/board/rockchip/evb_rk3399/README
@@ -35,12 +35,6 @@  Get the Source and prebuild binary
   > git clone https://github.com/rockchip-linux/rkbin.git
   > git clone https://github.com/rockchip-linux/rkdeveloptool.git
 
-Get some prerequisites
-======================
-
-You need the Python elftools.elf.elffile library for make_fit_atf.py to work:
-
-  > sudo apt-get install python-pyelftools
 
 Compile ATF
 ===========
diff --git a/doc/README.rockchip b/doc/README.rockchip
index 02e2497b15..8ccbb87264 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -123,10 +123,6 @@  For example:
 
    Option 2: Package the image with SPL:
 
-   - We need the Python elftools.elf.elffile library for make_fit_atf.py to work
-
-     => sudo apt-get install python-pyelftools
-
    - Export cross compiler path for aarch64
 
    - Compile ATF