
12 Mar
2022
12 Mar
'22
6:37 a.m.
Hi Sean,
On Thu, 24 Feb 2022 at 22:30, Sean Anderson seanga2@gmail.com wrote:
Hi Simon,
include/generated/environment.h is still included if it exists, even if
CONFIG_USE_DEFAULT_ENV_FILE is not set. To reproduce this, build a board
which uses this config (such as sandbox), and then build a board which
does not. You should see the following error:
In file included from env/common.c:32:
include/env_default.h:113:3: error: #error "Your board uses a text-file environment, so must not define CONFIG_EXTRA_ENV_SETTINGS"
113 | # error "Your board uses a text-file environment, so must not define CONFIG_EXTRA_ENV_SETTINGS"
| ^~~~~
I created https://source.denx.de/u-boot/u-boot/-/issues/9
Regards, Simon