diff options
author | Jorge Ramirez-Ortiz | 2018-01-10 11:34:38 +0100 |
---|---|---|
committer | Tom Rini | 2018-01-15 16:29:03 -0500 |
commit | 9337dfb4342a7bf2164405cdcb9c92b857ea0974 (patch) | |
tree | b285d08cfdbc6a2171aa0199607c4ff3d1d7d6ab /configs | |
parent | 3b595da441cf38d1905684dea28767afeb732838 (diff) |
db410c: use the device tree parsed by the lk loader.
We dont need to keep copies of the properties that we are going to
fixup since we will be using the dtb provided by the firmware.
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dragonboard410c_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index de923adbc3d..4389f52b5ce 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -47,3 +47,4 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_MMC=y CONFIG_OF_BOARD_SETUP=y CONFIG_PSCI_RESET=y +CONFIG_OF_SEPARATE=y |