mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Skip HID1 initialization on e6500 cores, it doesn't exist.
With this, and some drivers removed, a T2080 dev board boots to mountroot. Submitted by: Ivan Krivonos <int0dster_AT_gmail.com>
This commit is contained in:
parent
21768fa9c0
commit
beacb09864
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304514
@ -140,6 +140,8 @@ __start:
|
||||
beq 1f
|
||||
cmpli 0, 0, %r3, FSL_E5500
|
||||
beq 1f
|
||||
cmpli 0, 0, %r3, FSL_E6500
|
||||
beq 1f
|
||||
|
||||
lis %r3, HID1_E500_DEFAULT_SET@h
|
||||
ori %r3, %r3, HID1_E500_DEFAULT_SET@l
|
||||
|
Loading…
Reference in New Issue
Block a user