From: Mehmet Fide <[email protected]> Following the CONFIG_TEXT_BASE report [1] and Francesco's suggestion, two patches: the first restores the text base the Vybrid BootROM actually accepts, measured on hardware both through the BootROM NAND path and the WinCE-era loader; the second adds the missing doc/board/toradex page for the Colibri VF50/VF61.
[1] https://lore.kernel.org/u-boot/[email protected]/ Mehmet Fide (2): colibri_vf: restore the pre-2017 text base, the BootROM refuses the low one doc: board: toradex: add the Colibri VF50/VF61 page configs/colibri_vf_defconfig | 4 +- doc/board/toradex/colibri_vf.rst | 70 ++++++++++++++++++++++++++++++++ doc/board/toradex/index.rst | 1 + 3 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 doc/board/toradex/colibri_vf.rst -- 2.54.0
