
16 Apr
2014
16 Apr
'14
4:41 p.m.
Enable booting a FIT containing a kernel/device tree.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 3642dc6..4356d37 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -19,6 +19,7 @@ #include <configs/ti_am335x_common.h>
#ifndef CONFIG_SPL_BUILD +# define CONFIG_FIT # define CONFIG_OF_CONTROL # define CONFIG_OF_SEPARATE # define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack
--
1.9.1.423.g4596e3a