The Librem 5 currently can't boot from `extlinux.conf` files due to undefined environment variables: * `fdtfile` is missing, preventing the kernel from selecting the appropriate device-tree * the lack of `kernel_comp_addr_r` and `kernel_comp_size` forbids using compressed kernels
This series ensures those environment variables are defined and have usable values with regard to the board revision. Arnaud Ferraris (2): librem5: properly set the `fdtfile` env variable librem5: Add addresses for compressed kernel load board/purism/librem5/librem5.c | 27 ++++++++++++++++++++++++++- include/configs/librem5.h | 2 ++ 2 files changed, 28 insertions(+), 1 deletion(-) -- 2.42.0