Skip to content
Snippets Groups Projects
Commit f432eb6d authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

env: Avoid using a leftover text-environment file

If include/generated/environment.h exists (perhaps leftover from a build
of another board) it is used, even if the board currently being built does
not have a text environment.

This causes a build error. Fix it by emptying the file if it should not be
there.

Fixes: https://source.denx.de/u-boot/u-boot/-/issues/9


Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarSean Anderson <seanga2@gmail.com>
Tested-by: default avatarSean Anderson <seanga2@gmail.com>
parent 64b78f57
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment