Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev_tree: Fix appending cmdline if "bootargs" is already in DT
Downstream device trees contain bootargs = "sched_enable_hmp=1". The original intention was that this would get prepended to the real command line. However, this currently only works with a modification in libfdt (see 5ac5542) and has therefore been broken since the libfdt update. Booting downstream was effectively broken because the proper cmdline was missing. Instead of modifying libfdt, fix this properly by replacing the null terminator with a space.
- Loading branch information