gbl: efi: src: android_boot.rs: let fdt_bytes not mutable

When compiling without EFI FDT, we have the following error:
    let fdt_origin = Fdt::new(fdt_bytes)?;
                              --------- value moved here
 ...
    let mut fdt = Fdt::new_from_init(&mut load[..], fdt_bytes)?;
                                                    ^^^^^^^^^ value borrowed
                                                             here after move

Let fdt_bytes non-mutable solves this problem.

Change-Id: I86b973ce6a0ae3563e87458575e037004f70ea15
Signed-off-by: Ying-Chun Liu (PaulLiu) <liupa@google.com>
1 file changed
tree: 5d01c201c6c9fac8309e2782b6e3c54259654be3
  1. gbl/
  2. libxbc/
  3. vts/
  4. .clang-format
  5. .gitignore
  6. BUILD
  7. LICENSE
  8. OWNERS