]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now
authorTom Rini <trini@ti.com>
Thu, 19 Jun 2014 12:46:21 +0000 (08:46 -0400)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:18:54 +0000 (11:18 -0400)
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>
include/configs/am335x_evm.h

index 5ae8c46c85d29d8e743b0cd89b806369533daccf..a48b386477167010c8e0d206423a3bdbe611cf83 100644 (file)
 # 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