You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
The FdtLib is from EDK2 stable branch 202311. FdtLib is used to boot FIT image. Replace tab with space to follow EDK2 coding style. Signed-off-by: Guo Dong <guo.dong@intel.com>
11 lines
221 B
C
11 lines
221 B
C
/** @file
|
|
Include file to support building the third-party libfdt library.
|
|
|
|
Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#include <LibFdtSupport.h>
|
|
|