mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
reenable jtag
This commit is contained in:
parent
46881fc9d0
commit
1a33c5d41c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ static void mbist_workaround(void)
|
||||||
void main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
// enable JTAG at the earliest stage
|
// enable JTAG at the earliest stage
|
||||||
//enable_jtag();
|
enable_jtag();
|
||||||
|
|
||||||
mbist_workaround();
|
mbist_workaround();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue