diff options
author | Marek Vasut | 2017-07-21 23:17:00 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2017-08-03 04:26:18 +0900 |
commit | 86fa69072d9de8a3c57a5aaa7f06240797e9c966 (patch) | |
tree | 684ef890adf4dfe92a7ab0f638e2437227e05e23 /configs/r8a7796_ulcb_defconfig | |
parent | 4157c472c378c252d99b98bee1b85df54dc4e596 (diff) |
ARM: rmobile: Enable OF_CONTROL on RCar Gen3
Since the DTs are now in place, enable OF control so that they get
bundled into the U-Boot.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_ulcb_defconfig')
-rw-r--r-- | configs/r8a7796_ulcb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a7796_ulcb_defconfig b/configs/r8a7796_ulcb_defconfig index 96f903bb52c..0bec1825776 100644 --- a/configs/r8a7796_ulcb_defconfig +++ b/configs/r8a7796_ulcb_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_RCAR_GEN3=y CONFIG_R8A7796=y CONFIG_TARGET_ULCB=y +CONFIG_DEFAULT_DEVICE_TREE="r8a7796-m3ulcb" CONFIG_DEFAULT_FDT_FILE="r8a7796-m3ulcb.dtb" CONFIG_VERSION_VARIABLE=y CONFIG_CMD_BOOTZ=y @@ -19,4 +20,3 @@ CONFIG_RENESAS_RAVB=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y -CONFIG_OF_LIBFDT=y |