1
0
Fork 0
forked from len0rd/rockbox

rk27xx: add rolo_restart() rk27xx specific variant

Change-Id: Ib786a9ef6318d259ecef783becdd7c0fa6f52730
This commit is contained in:
Marcin Bukat 2012-03-02 16:28:33 +01:00
parent 4718ff9db0
commit f30043a0db
2 changed files with 71 additions and 1 deletions

View file

@ -1468,7 +1468,6 @@ target/arm/s5l8702/ipod6g/piezo-ipod6g.c
#if CONFIG_CPU == RK27XX
target/arm/rk27xx/kernel-rk27xx.c
target/arm/rk27xx/system-rk27xx.c
target/arm/rk27xx/timer-rk27xx.c
target/arm/rk27xx/backlight-rk27xx.c
target/arm/rk27xx/adc-rk27xx.c
target/arm/rk27xx/sd-rk27xx.c
@ -1478,6 +1477,8 @@ target/arm/rk27xx/usb-rk27xx.c
target/arm/rk27xx/lcdif-rk27xx.c
target/arm/rk27xx/rkw-loader.c
#ifndef BOOTLOADER
target/arm/rk27xx/timer-rk27xx.c
target/arm/rk27xx/rolo_restart.S
target/arm/rk27xx/pcm-rk27xx.c
target/arm/rk27xx/debug-rk27xx.c
#endif