diff options
author | Philippe Reynes | 2019-02-04 15:14:18 +0100 |
---|---|---|
committer | Tom Rini | 2019-02-09 07:51:02 -0500 |
commit | eefc01d5905c252c333d4632bf2b312fac5bcb83 (patch) | |
tree | 2bceb574a497ad9680b6172bbce27b04d0e577c2 /configs | |
parent | 5f137b5a58e6adac488cd8e73ba3e605f8eeb4e9 (diff) |
bcm968580xref: switch to CONFIG_OF_SEPARATE
The option OF_EMBED is deprecated,
so we switch to CONFIG_OF_SEPARATE
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bcm968580xref_ram_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index b23f960aaa4..1f433a3d39d 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -18,7 +18,6 @@ CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_DOS_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref" # CONFIG_NET is not set CONFIG_BLK=y |