clean-up: Remove the no more necessary ENV_HAS_DATA_SECTION
flag
With commit b7832de026
("x86: Add .data
section support for pre-memory stages"), the `ENV_HAS_DATA_SECTION'
flag and its derivatives can now be removed from the code.
Change-Id: Ic0afac76264a9bd4a9c93ca35c90bd84e9b747a2
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77291
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Felix Held
parent
4712f5d560
commit
f65ae7490a
@ -19,7 +19,7 @@ static uint32_t get_board_id_via_ext_ec(void)
|
||||
/* Get Board ID via EC I/O port write/read */
|
||||
int get_rvp_board_id(void)
|
||||
{
|
||||
MAYBE_STATIC_NONZERO int id = BOARD_ID_UNKNOWN;
|
||||
static int id = BOARD_ID_UNKNOWN;
|
||||
|
||||
if (CONFIG(EC_GOOGLE_CHROMEEC)) { /* CHROME_EC */
|
||||
id = get_board_id_via_ext_ec();
|
||||
|
Reference in New Issue
Block a user