forked from len0rd/rockbox
hwstub: load rk27xx specific bits
Change-Id: Ie0c68925f933aebeb9b3497800a29de2d69fead2
This commit is contained in:
parent
4f950e0af9
commit
f8785c8f6d
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ if hwstub.dev.target.id == hwstub.dev.target.STMP then
|
|||
require "stmp"
|
||||
elseif hwstub.dev.target.id == hwstub.dev.target.PP then
|
||||
require "pp"
|
||||
elseif hwstub.dev.target.id == hwstub.dev.target.RK27 then
|
||||
require "rk27xx"
|
||||
end
|
||||
|
||||
require "dumper"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue