Skip to content

Integrate uboot-imx-kuk/rename_guf_cmd

Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@da72055a

cmd:seco: Use copy of bootorder value for processing

The env_get function returns a pointer to the original value in the env hash table. Manipulating this value directly leads to strange behaviour. Copy the value to a temp buffer and work with this buffer instead.

--

Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@79ee214c

cmd:seco: Keep old guf cmd name as alias

--

Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@18e1c3e2

cmd:seco: Renamed the guf command to seco-ne

Renamed the old G&F based name to the new SECO name.

Merge request reports