diff options
author | Maxim Polyakov <max.senia.poliak@gmail.com> | 2020-02-25 19:32:31 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-06 07:59:00 +0000 |
commit | 3b89ebd8913427b018ca895d7a0683f403029bdf (patch) | |
tree | 29f8250e7bd6cfdc52925df6d09bfb0bf5154a86 /src/mainboard/up | |
parent | 6704049fc911eba9f4e6dc36a916eccffd04a15e (diff) |
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>
Diffstat (limited to 'src/mainboard/up')
-rw-r--r-- | src/mainboard/up/squared/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/up/squared/romstage.c b/src/mainboard/up/squared/romstage.c index f9f0cfc424..55235a8d20 100644 --- a/src/mainboard/up/squared/romstage.c +++ b/src/mainboard/up/squared/romstage.c @@ -169,7 +169,6 @@ void mainboard_memory_init_params(FSPM_UPD *memupd) config->RmtCheckRun = 0x3; // 0x0 config->RmtMarginCheckScaleHighThreshold = 0xC8; // 0x0 config->EnhancePort8xhDecoding = 0x0; // 0x1 - config->NpkEn = 0x0; // 0x3 config->PrimaryVideoAdaptor = 0x2; // 0x0 config->Ch0_DeviceWidth = 0x1; // 0x0 |