summaryrefslogtreecommitdiff
path: root/configs/rpi_3_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-05 16:23:39 -0600
committerTom Rini <trini@konsulko.com>2017-05-09 20:20:38 -0400
commit25877d4e4c45451c5398aec3de50e0d5befe0e9f (patch)
tree13107188b35e6b397ee1c8adab698372187cc121 /configs/rpi_3_defconfig
parente6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 (diff)
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_3_defconfig')
-rw-r--r--configs/rpi_3_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index 36f3def6af..f0ccca1a8f 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -14,7 +14,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