Tom Rini 6bd2372094 env: Rework ENV_IS_EMBEDDED and related logic slightly
- Drop CONFIG_BUILD_ENVCRC as this is never set directly but instead
  means ENV_IS_EMBEDDED, so reference that in code and rename the Makefile
  usage to BUILD_ENVCRC.
- Remove extra-$(CONFIG_ENV_IS_EMBEDDED) line as it could never be true,
  and likely why there is an extra- line for CONFIG_ENV_IS_IN_FLASH (the
  only use case today of embedded environments).
- With these slight changes we can then see that using the calculated
  symbol of ENV_IS_EMBEDDED is the right thing to use in any code which
  needs to know this situation and can remove CONFIG_ENV_IS_EMBEDDED
  entirely.

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-12-22 10:31:47 -05:00
..
2022-12-06 15:30:30 -05:00
2022-09-12 18:06:36 -04:00
2019-07-29 00:20:31 +02:00
2021-01-13 02:38:00 +01:00
2022-12-08 09:29:02 -05:00
2022-01-19 18:11:34 +01:00
2022-12-08 09:25:44 -05:00
2022-01-28 17:58:41 -05:00
2022-07-26 11:29:02 +02:00
2022-01-19 18:11:34 +01:00
2019-11-04 18:15:32 -07:00