Re: [PATCH 1/2] Fix Espressobin build for configs where ENV is not in SPI

2022-04-21 Thread Stefan Roese
On 2/28/22 08:10, Pali Rohár wrote: + Marek, Stefan On Wednesday 09 February 2022 00:27:00 Rogier Stam wrote: When storing the UBoot Environment in for example EXT4, the U-Boot build is broken for several reasons: 1. armada-385-turris-omnia-u-boot.dtsi will not allow CONFIG_ENV_OFFSET and C

Re: [PATCH 1/2] Fix Espressobin build for configs where ENV is not in SPI

2022-02-27 Thread Pali Rohár
+ Marek, Stefan On Wednesday 09 February 2022 00:27:00 Rogier Stam wrote: > When storing the UBoot Environment in for example EXT4, > the U-Boot build is broken for several reasons: > 1. armada-385-turris-omnia-u-boot.dtsi will not allow >CONFIG_ENV_OFFSET and CONFIG_ENV_SIZE to be undefined >

[PATCH 1/2] Fix Espressobin build for configs where ENV is not in SPI

2022-02-08 Thread Rogier Stam
When storing the UBoot Environment in for example EXT4, the U-Boot build is broken for several reasons: 1. armada-385-turris-omnia-u-boot.dtsi will not allow CONFIG_ENV_OFFSET and CONFIG_ENV_SIZE to be undefined 2. armada-37xx/board.c ft_board_setup function does not exist if CONFIG_ENV_IS_IN