diff options
author | Baruch Siach <baruch@tkos.co.il> | 2020-01-15 09:08:10 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-01-16 10:59:14 +0100 |
commit | e6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2 (patch) | |
tree | c983af1c3dff3199115cf1ec01a4cd875f6b3838 /board/solidrun | |
parent | 14f14911f47ca2daf4ee9dfa50c3b392ac89e9e2 (diff) | |
download | u-boot-e6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2.tar.gz u-boot-e6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2.tar.xz u-boot-e6a5a5c72b63fd6d2c7ed48b3e49d8da726c69c2.zip |
arm: mvebu: clearfog: update eMMC documentation
SPL now automatically selects the correct U-Boot image offset for both
eMMC and SD card. No need to tweak
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR anymore.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/solidrun')
-rw-r--r-- | board/solidrun/clearfog/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/solidrun/clearfog/README b/board/solidrun/clearfog/README index 6171ce66f4..9375be8495 100644 --- a/board/solidrun/clearfog/README +++ b/board/solidrun/clearfog/README @@ -20,12 +20,6 @@ of "/dev/sdX" here! Install U-Boot on eMMC: ----------------------- -The ROM loads the bootloader from eMMC first boot partition at offset 0. This -is unlike load from SD card that is at offset 512. As a result, the offset of -the main U-Boot image on the eMMC boot partition changes. Set -CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x140 for SPL to load U-Boot from -the correct location. - To make SPL load the main U-Boot image from the eMMC boot partition enable eMMC boot acknowledgement and boot partition with the following U-Boot command: |