Skip to content

Commit

Permalink
Amlogic-ng/cfgload: append bootargs instead of overwrite them
Browse files Browse the repository at this point in the history
  • Loading branch information
Portisch committed Aug 8, 2019
1 parent 5f48984 commit a544e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Amlogic-ng/bootloader/scripts/Generic_cfgload.src
Expand Up @@ -24,7 +24,7 @@ if test "${max_freq_a53}" != ""; then setenv max_freq_a53 "max_freq_a53=${max_fr
if test "${max_freq_a73}" != ""; then setenv max_freq_a73 "max_freq_a73=${max_freq_a73}"; fi
if test "${remotewakeup}" != ""; then setenv irsetup "hk-lirc-helper.remotewakeup=${remotewakeup} hk-lirc-helper.decode_type=${decode_type} hk-lirc-helper.remotewakeupmask=${remotewakeupmask}"; fi
setenv initargs "${rootopt} ${consoleopt} ${max_freq_a53} ${max_freq_a73} enable_wol=${wol} ${cec} ${irsetup} ${gpiopower} ${usbopts}"
setenv bootargs "${initargs} ${displayopt} ${coreelec}"
setenv bootargs "${bootargs} ${initargs} ${displayopt} ${coreelec}"

fatload ${device} ${devnr}:1 ${loadaddr} kernel.img
fatload ${device} ${devnr}:1 ${dtb_mem_addr} dtb.img
Expand Down

0 comments on commit a544e9c

Please sign in to comment.