Fix red and clean up meg-fx firmware sources. Remove an unused file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16887 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f1590bf4a
commit
52527a4d1d
2 changed files with 5 additions and 14 deletions
|
@ -620,19 +620,18 @@ target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
|
|||
target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/dma_start.c
|
||||
target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* GIGABEAT_F */
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
void dma_start(const void* addr, size_t size) {
|
||||
(void) addr;
|
||||
(void) size;
|
||||
//TODO:
|
||||
}
|
||||
|
Loading…
Reference in a new issue