From: Lothar Waßmann Date: Fri, 21 Aug 2015 14:44:45 +0000 (+0200) Subject: karo: tx28: reduce batt_bo_level to 2.4V X-Git-Tag: KARO-TX6-2015-09-18~4034^2~1^2~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=30f8c211ce197c44bca1a98c7eea6f4462201468 karo: tx28: reduce batt_bo_level to 2.4V --- diff --git a/include/configs/tx28.h b/include/configs/tx28.h index f0ef68fbdc..565f7610c3 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -271,7 +271,8 @@ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_SYS_SPL_VDDD_VAL 1500 -#define CONFIG_SYS_SPL_BATT_BO_LEVEL 2800 +#define CONFIG_SYS_SPL_BATT_BO_LEVEL 2400 +#define CONFIG_SYS_SPL_VDDA_BO_VAL 100 #define CONFIG_SYS_SPL_VDDMEM_VAL 0 /* VDDMEM is not utilized on TX28 */ #endif /* __CONFIGS_TX28_H */