commit | 52b8f4465e48165695440e730039b2a99517b4b7 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Sep 01 11:54:30 2021 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Nov 04 15:58:34 2021 +0000 |
tree | e74b7d3b85bd22a17ec6d8b673db1bf7ab69f514 | |
parent | 49e789e353efaf97f84eca016c6a1b8a2b3e3d98 [diff] |
refactor(arm_fpga): move command line code into separate function The code dealing with finding the command line and inserting that into the DTB is somewhat large, and drowns the other DT handlers in our fpga_prepare_dtb() function. Move that code into a separate function, to improve readability. Change-Id: I828203c4bb248d38a2562fcb6afdefedf3179f8d Signed-off-by: Andre Przywara <andre.przywara@arm.com>