]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 12 May 2013 23:54:16 +0000 (23:54 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 12 May 2013 23:54:16 +0000 (23:54 +0000)
commitcc9f215770a96fcbb897afb7f598f02d329a5955
tree723c87b0d2f203e22eec624c65c47ff451278fd7
parent1cb7c11957c5be9fd5dec15b9ed0f2050ceef926
ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.

PrepareFdt() function was getting pretty fat and big functions are more
complex to understand and find the information one is looking for.

This patch extracts some code from PrepareFdt() function and put it
in some new functions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14349 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsLinuxFdt.c