mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
x86: dts: Drop unused CONFIG_SPL
This cannot be used since the previous #elif has already dealt with SPL. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cb88ec7cab
commit
cad7b6b251
1 changed files with 1 additions and 5 deletions
|
@ -55,11 +55,7 @@
|
|||
offset = <CONFIG_X86_OFFSET_U_BOOT>;
|
||||
};
|
||||
#else
|
||||
# ifdef CONFIG_SPL
|
||||
u-boot {
|
||||
offset = <CONFIG_SYS_TEXT_BASE>;
|
||||
};
|
||||
# elif defined(CONFIG_HAVE_MICROCODE)
|
||||
# ifdef CONFIG_HAVE_MICROCODE
|
||||
/* If there is no SPL then we need to put microcode in U-Boot */
|
||||
u-boot-with-ucode-ptr {
|
||||
offset = <CONFIG_X86_OFFSET_U_BOOT>;
|
||||
|
|
Loading…
Reference in a new issue