Sansa View: adjust two things (define fake codec, missing header file) in order
to compile the bootloader (now it should). Change-Id: Iba6aa2f118670d66e10451eaf43dd4d83176b06a
This commit is contained in:
parent
938aa8eefe
commit
62ac0c78c3
2 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,8 @@
|
|||
/* Define this if you do software codec */
|
||||
#define CONFIG_CODEC SWCODEC
|
||||
/* There is no hardware tone control */
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
/* #define HAVE_SW_TONE_CONTROLS*/
|
||||
#define HAVE_WM8731
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
****************************************************************************/
|
||||
#include <string.h>
|
||||
#include "cpu.h"
|
||||
#include "kernel.h"
|
||||
#include "system.h"
|
||||
#include "backlight-target.h"
|
||||
#include "lcd.h"
|
||||
|
|
Loading…
Reference in a new issue