summaryrefslogtreecommitdiff
path: root/configs/rpi_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-05 22:23:39 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-10 00:20:38 (GMT)
commit25877d4e4c45451c5398aec3de50e0d5befe0e9f (patch)
tree13107188b35e6b397ee1c8adab698372187cc121 /configs/rpi_defconfig
parente6c6d07e2cf049f78b7cff6fc08e80b39a8e89a0 (diff)
downloadu-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_defconfig1
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