diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-05 22:23:39 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-10 00:20:38 (GMT) |
commit | 25877d4e4c45451c5398aec3de50e0d5befe0e9f (patch) | |
tree | 13107188b35e6b397ee1c8adab698372187cc121 /configs/rpi_defconfig | |
parent | e6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 (diff) | |
download | u-boot-25877d4e4c45451c5398aec3de50e0d5befe0e9f.tar.xz |
dm: arm: rpi: Drop CONFIG_OF_EMBED
We should not use an embedded device tree on a production board. There
does not seem to be any reason for it in commit 7670909. So drop this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 72f8af9..bd10b13 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -13,7 +13,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y -CONFIG_OF_EMBED=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y |