From 34208c4b39945825fb4824a3354ae4d20d37a319 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Apr 2018 10:05:02 -0700 Subject: bsp-guide: Updated SPL_BINARY discussion. Updated the discussion on this variable in the BeagleBone example. Took out an older "Xloader" term. Also, fixed a link to the u-boot.inc file. (From yocto-docs rev: 5a41c6e7ed6ee6432f7f2c15642f5f98460a1a83) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 24bbeb6628..b22297bc1d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -2102,23 +2102,17 @@ "MLO", which stands for Multimedia card LOader. - The BeagleBone development board requires a - MLO file in order to boot. + The BeagleBone development board requires an + SPL to boot and that SPL file type must be MLO. Consequently, the machine configuration needs to - define the SPL as an MLO type file and use it - as the Xloader. + define SPL_BINARY as "MLO". For more information on how the SPL variables are used, see the - u-boot.inc + u-boot.inc include file. - UBOOT_*: Defines various U-Boot configurations needed -- cgit v1.2.3-54-g00ecf