diff options
author | Tom Rini <trini@ti.com> | 2014-06-19 08:46:21 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-19 11:18:54 -0400 |
commit | 52aa1cf5ec8702974a65d875fe67c317df48f1ae (patch) | |
tree | ee3839485d3013cf2fd50264ccd44b25bd1f6390 /include | |
parent | 0ffc986ac8c7c61e27f601149bef8371882061b3 (diff) | |
download | u-boot-imx-52aa1cf5ec8702974a65d875fe67c317df48f1ae.zip u-boot-imx-52aa1cf5ec8702974a65d875fe67c317df48f1ae.tar.gz u-boot-imx-52aa1cf5ec8702974a65d875fe67c317df48f1ae.tar.bz2 |
am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now
We don't make use of the device tree otherwise yet (and will need to
think how to not break the current multi-board support) and this causes
further breakage with additional changes.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 5ae8c46..a48b386 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -22,10 +22,10 @@ # define CONFIG_FIT # define CONFIG_TIMESTAMP # define CONFIG_LZO -# define CONFIG_OF_CONTROL -# define CONFIG_OF_SEPARATE -# define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack # ifdef CONFIG_ENABLE_VBOOT +# define CONFIG_OF_CONTROL +# define CONFIG_OF_SEPARATE +# define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack # define CONFIG_FIT_SIGNATURE # define CONFIG_RSA # endif |