diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0dcef35704..2c01d78e77 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5715,14 +5715,6 @@ PARALLEL_MAKEINST with the description ". as a command-line parameter to the uboot-mkimage utility. - - - For additional information, see the - UBOOT_MACHINE - and - UBOOT_LOADADDRESS - variables. - @@ -5735,14 +5727,6 @@ PARALLEL_MAKEINST with the description ". as a command-line parameter to the uboot-mkimage utility. - - - For additional information, see the - UBOOT_MACHINE - and - UBOOT_ENTRYPOINT - variables. - @@ -5757,13 +5741,18 @@ PARALLEL_MAKEINST with the description ". configuration file (i.e. conf/machine/<machine_name>.conf). + + + UBOOT_TARGET + - For additional information, see the - UBOOT_LOADADDRESS - and - UBOOT_ENTRYPOINT - variables. + Specifies the target used for building U-Boot. + The target is passed directly as part of the "make" command + (e.g. SPL and AIS). + If you do not specifically set this variable, the + OpenEmbedded build process passes and uses "all" for the + target during the U-Boot building process.