diff options
| author | Tom Rini <[email protected]> | 2022-02-23 12:28:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-23 13:34:08 -0500 |
| commit | 4cb9bd834e6a63ab56797b362a288709e867ccfb (patch) | |
| tree | d4bfbd7d8ad58b103d8d2e9e3f54b7f18589da2f /arch | |
| parent | 17a0dc6abfdbf392f6a27074f2633608038c4221 (diff) | |
| parent | 70f42e720c90faa2fa27836288559e0d647862b7 (diff) | |
Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
binman fixes/improvements to FIT generator
binman SPL fixes
moveconfig support regex matches
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/dts/u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index ca84d18ad90..24e692f988d 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -37,7 +37,7 @@ u-boot-tpl-dtb { }; #endif - spl { + u-boot-spl { type = "u-boot-spl"; offset = <CONFIG_X86_OFFSET_SPL>; }; |
