diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-08-30 16:14:29 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-07 15:57:28 -0500 |
commit | a81e88bf4b5e871f0c0b8ca94ca8a1c98ff01fb3 (patch) | |
tree | 74f0e9e860068027818471fc682978d299dabaaa /meta-xilinx-core/conf | |
parent | 09d0ee69c38f5a458b62a1f560394cfe610c0979 (diff) | |
download | meta-xilinx-a81e88bf4b5e871f0c0b8ca94ca8a1c98ff01fb3.tar.gz |
README: Update README on using ATF_CONSOLE
Update README on using ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/machine/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/README b/meta-xilinx-core/conf/machine/README index 0b018b61..de8cf58d 100644 --- a/meta-xilinx-core/conf/machine/README +++ b/meta-xilinx-core/conf/machine/README | |||
@@ -199,7 +199,7 @@ YAML_DT_BOARD_FLAGS:pn-device-tree - YAML based configuration for setting eval | |||
199 | board specific dtsi files available in DTG repo. | 199 | board specific dtsi files available in DTG repo. |
200 | 200 | ||
201 | arm-trusted-firmware recipe from meta-xilinx-core: | 201 | arm-trusted-firmware recipe from meta-xilinx-core: |
202 | ATF_CONSOLE_DEFAULT - Uart console configuration for all aarch64 device families. | 202 | ATF_CONSOLE - Uart console configuration for all aarch64 device families. |
203 | Example: pl011 or cadence or cadence1 etc,. | 203 | Example: pl011 or cadence or cadence1 etc,. |
204 | TFA_BL33_LOAD - BL33 preloadded base address to EXTRA_OEMAKE for aarch64. | 204 | TFA_BL33_LOAD - BL33 preloadded base address to EXTRA_OEMAKE for aarch64. |
205 | 205 | ||