boot_merger: modify default config file for boot merger

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
This commit is contained in:
Eddie Cai 2017-04-18 10:08:50 +08:00
parent 78884ef4ba
commit 5823461aa3
2 changed files with 6 additions and 6 deletions

View File

@ -23,9 +23,9 @@ typedef char line_t[MAX_LINE_LEN];
#define DEF_CONFIG_FILE "config.ini" #define DEF_CONFIG_FILE "config.ini"
#define DEF_MAJOR 0 #define DEF_MAJOR 2
#define DEF_MINOR 3 #define DEF_MINOR 30
#define DEF_CHIP "RK30" #define DEF_CHIP "RK320A"
#define DEF_CODE471_NUM 1 #define DEF_CODE471_NUM 1
#define DEF_CODE472_NUM 1 #define DEF_CODE472_NUM 1
#define DEF_CODE471_SLEEP 0 #define DEF_CODE471_SLEEP 0

View File

@ -1,8 +1,8 @@
[CHIP_NAME] [CHIP_NAME]
NAME=RK30 NAME=RK320A
[VERSION] [VERSION]
MAJOR=0 MAJOR=2
MINOR=3 MINOR=30
[CODE471_OPTION] [CODE471_OPTION]
NUM=1 NUM=1
Path1=rk3288_ddr_400MHZ_v1.01.bin Path1=rk3288_ddr_400MHZ_v1.01.bin