diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-02-19 04:27:35 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-02-25 16:07:41 +0100 |
commit | d9dcf9da9619f80985c1bd77c8b251dd3a3a1b48 (patch) | |
tree | 96ceecbabbf3e5cb2d1a89db165687c15b106c44 /configs/porter_defconfig | |
parent | c3aa05456840a191eb908152ea0e61739b697462 (diff) | |
download | u-boot-d9dcf9da9619f80985c1bd77c8b251dd3a3a1b48.tar.gz |
ARM: rmobile: Convert Gen2 to OF_SEPARATE
Convert R-Car Gen2 from OF_EMBED to OF_SEPARATE, thus getting
rid of one of the deprecation warnings.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/porter_defconfig')
-rw-r--r-- | configs/porter_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/porter_defconfig b/configs/porter_defconfig index 7c54a54638..ce309b6d86 100644 --- a/configs/porter_defconfig +++ b/configs/porter_defconfig @@ -50,7 +50,6 @@ CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nor0=spi0.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=spi0.0:256k(u-boot-spl),512k(u-boot-env1),512k(u-boot-env2),768k(u-boot),-(user)" CONFIG_OF_CONTROL=y -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="r8a7791-porter-u-boot" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_CLK=y |