commit | 0c0cd98950628df5725c1f4e7113e663caa2cff5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:40 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 06 15:33:11 2021 -0400 |
tree | 563fbdf0c720ca852a6366e887192b85c19788af | |
parent | f4b524194695ca9e7a586b508e6ddca3173e7626 [diff] |
image: Reduce variable scope in boot_get_fdt() Move the variables declarations to where they are needed, to reduce the number of #ifdefs needed. Signed-off-by: Simon Glass <sjg@chromium.org>