power_start=0 makes halt behave like reboot when the tablet is DC-powered. But halt means halt. --- sys_config/a20/tristan-auron-planet-1.fex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys_config/a20/tristan-auron-planet-1.fex b/sys_config/a20/tristan-auron-planet-1.fex index 44f026b..1d908aa 100644 --- a/sys_config/a20/tristan-auron-planet-1.fex +++ b/sys_config/a20/tristan-auron-planet-1.fex @@ -12,7 +12,7 @@ dcdc3_vol = 1250 ldo2_vol = 3000 ldo3_vol = 2800 ldo4_vol = 2800 -power_start = 0 +power_start = 1 storage_type = -1 [clock] -- 2.1.4 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
