huangcm
2025-03-28 46a072a7ae48464c18a6f5c7d215141157664582
1
2
3
4
5
6
7
8
9
10
# define the verions of the image
# format: main
# such as 1, 2
# NOTICE: the range of main version is from 0 to 31,
# ROOT_ROLLBACK_USE ---0:not used,1:used
# when you change the version, you must increase main version, and never reduce the versions.
# the default version is 0
 
ROOT_ROLLBACK_USED = 1
MAIN_VERSION = 0