diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 17:25:50 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:09 +1300 |
commit | 26c69078c92cca3b86bc423d673113b524ed5454 (patch) | |
tree | 7fb40fb3e2b14691d140eb088b670413c62d1d94 /configs | |
parent | 5384ea96ce2c55b042316e4d6a2b3968660c0d40 (diff) | |
download | u-boot-26c69078c92cca3b86bc423d673113b524ed5454.tar.gz u-boot-26c69078c92cca3b86bc423d673113b524ed5454.tar.xz u-boot-26c69078c92cca3b86bc423d673113b524ed5454.zip |
x86: coral: Drop ACPI properties from of-platdata
We don't use these in TPL or SPL, so drop them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_coral_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig index 0811ffd79d..e3756cf79c 100644 --- a/configs/chromebook_coral_defconfig +++ b/configs/chromebook_coral_defconfig @@ -73,6 +73,7 @@ CONFIG_MAC_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y # CONFIG_SPL_EFI_PARTITION is not set +CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent interrupts linux-name acpi,name acpi,path u-boot,acpi-dsdt-order u-boot,acpi-ssdt-order" CONFIG_ENV_OVERWRITE=y CONFIG_REGMAP=y CONFIG_SYSCON=y |