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>
This commit is contained in:
parent
0ffc986ac8
commit
52aa1cf5ec
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue