Update rk30 sdk adckey sample value(board_rk30_sdk_key.c)
authorkfx <kfx@rock-chips.com>
Sat, 28 Jul 2012 08:22:49 +0000 (16:22 +0800)
committerkfx <kfx@rock-chips.com>
Sat, 28 Jul 2012 08:22:49 +0000 (16:22 +0800)
rk3066 core board(default): //define RK3000_SDK
rk3000 core board: define RK3000_SDK

arch/arm/mach-rk30/board-rk30-sdk-key.c

index f31366330ab76d8fa3209607988771aeb3993c4d..e2904e322ff8d023285b9fa0225e84e9bf9893ee 100755 (executable)
@@ -6,7 +6,7 @@
 
 #define PRESS_LEV_LOW                  1
 #define PRESS_LEV_HIGH                 0
-
+//#define RK3000_SDK   //rk3000 sdk core board
 static struct rk29_keys_button key_button[] = {
        #if 0
        {
@@ -78,7 +78,7 @@ static struct rk29_keys_button key_button[] = {
                .active_low = PRESS_LEV_LOW,
        },
        #endif
-#ifdef CONFIG_MACH_RK3066_SDK
+#ifndef RK3000_SDK
        {
                .desc   = "menu",
                .code   = EV_MENU,