diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2022-06-07 15:58:31 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 17:10:24 +0200 |
commit | 5fca475b1ade5dd9bf093bc4afef56badf8cf2f7 (patch) | |
tree | 2c4b4f30208c7db79519186f6f3c2f6dd6c7fb60 /target/linux/gemini/image/Makefile | |
parent | 9decd2a8436d2bb6b5f436268c92a6e6728486ce (diff) | |
download | upstream-5fca475b1ade5dd9bf093bc4afef56badf8cf2f7.tar.gz upstream-5fca475b1ade5dd9bf093bc4afef56badf8cf2f7.tar.bz2 upstream-5fca475b1ade5dd9bf093bc4afef56badf8cf2f7.zip |
treewide: use upstream compatible for RedBoot FIS parser
No reason to keep that around, since upstream one does the same.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'target/linux/gemini/image/Makefile')
-rw-r--r-- | target/linux/gemini/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index c84f1926dd..3fce3172ed 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -215,8 +215,8 @@ TARGET_DEVICES += storlink_sl93512r # The wiliboard images need some changes to be functional and buildable. # -# The dts would need to use the ecoscentric,redboot-fis-partitions partition -# parser to get the correct partition offsets and size. +# The dts would need to use the redboot-fis partition parser to get +# the correct partition offsets and size. # # The mkfwimage2 call need to be adjusted to reflect the real size of kernel # and rootfs. It is expected that the OEM firmware adjusts the on flash |