rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

parserLoader: Fix loader name index in LOADER_OPTION. #48

Open ghost opened 4 years ago

ghost commented 4 years ago

As show in the config.ini, the loader name should start with 1, not 0.

Before `rkdeveloptool pack' worked with: [LOADER_OPTION] NUM=2 LOADER0=FOO LOADER1=BAR

Now it works with: [LOADER_OPTION] NUM=2 LOADER1=FOO LOADER2=BAR