From 73e07a8063ba83fc9e310c7ab9e26aaa96b6d105 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 1 Apr 2021 05:57:31 +0000 Subject: conf/machine: j7: Document boot images as legacy mode We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon Reviewed-by: Denys Dmytriyenko --- conf/machine/include/j7.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc index c187f299..d3eda1a8 100644 --- a/conf/machine/include/j7.inc +++ b/conf/machine/include/j7.inc @@ -4,6 +4,8 @@ SOC_FAMILY_append = ":j7" OPTEEMACHINE = "k3-j721e" OPTEEOUTPUTMACHINE = "k3" +# Use default IMAGE_BOOT_FILES_LEGACY files + # Set the list of device targets for ti-pdk class recipes TI_PDK_LIMIT_SOCS = "j721e j7200" TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" -- cgit v1.2.3-54-g00ecf