mb/up/squared: remove NpkEn option from romstage
There is no need to set the NpkEn option to disable the NPK device, since it has already been done in the devicetree. Change-Id: I429f1129dc4149067503cd2ff9fb4c76cdc919f0 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39120 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
6704049fc9
commit
3b89ebd891
|
@ -169,7 +169,6 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
|
||||||
config->RmtCheckRun = 0x3; // 0x0
|
config->RmtCheckRun = 0x3; // 0x0
|
||||||
config->RmtMarginCheckScaleHighThreshold = 0xC8; // 0x0
|
config->RmtMarginCheckScaleHighThreshold = 0xC8; // 0x0
|
||||||
config->EnhancePort8xhDecoding = 0x0; // 0x1
|
config->EnhancePort8xhDecoding = 0x0; // 0x1
|
||||||
config->NpkEn = 0x0; // 0x3
|
|
||||||
config->PrimaryVideoAdaptor = 0x2; // 0x0
|
config->PrimaryVideoAdaptor = 0x2; // 0x0
|
||||||
|
|
||||||
config->Ch0_DeviceWidth = 0x1; // 0x0
|
config->Ch0_DeviceWidth = 0x1; // 0x0
|
||||||
|
|
Loading…
Reference in New Issue