diff options
author | Chris Webb <chris@arachsys.com> | 2019-07-16 20:53:26 +0100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 8b1ceb0ac1aa1746c6751d698ce7a012a236fa65 (patch) | |
tree | 80a36d8fcc4756a941f3b7e985d09509bd9ab8d8 /board/rockchip/evb_rk3399/README | |
parent | f05d5743567984b4fff6a862fc0f42760ff135da (diff) |
rockchip: Remove obsolete references to pyelftools
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>
Diffstat (limited to 'board/rockchip/evb_rk3399/README')
-rw-r--r-- | board/rockchip/evb_rk3399/README | 6 |
1 files changed, 0 insertions, 6 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 =========== |