summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 4cfcbbd56d..60565b1573 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -129,7 +129,7 @@ static int battery_type = 0;
129/* Power history: power_history[0] is the newest sample */ 129/* Power history: power_history[0] is the newest sample */
130unsigned short power_history[POWER_HISTORY_LEN] = {0}; 130unsigned short power_history[POWER_HISTORY_LEN] = {0};
131 131
132#if CONFIG_CPU == JZ4732 /* FIXME! */ || (CONFIG_PLATFORM & PLATFORM_HOSTED) 132#if (CONFIG_CPU == JZ4732) || (CONFIG_CPU == JZ4760B) || (CONFIG_PLATFORM & PLATFORM_HOSTED)
133static char power_stack[DEFAULT_STACK_SIZE + POWERMGMT_DEBUG_STACK]; 133static char power_stack[DEFAULT_STACK_SIZE + POWERMGMT_DEBUG_STACK];
134#else 134#else
135static char power_stack[DEFAULT_STACK_SIZE/2 + POWERMGMT_DEBUG_STACK]; 135static char power_stack[DEFAULT_STACK_SIZE/2 + POWERMGMT_DEBUG_STACK];