diff options
author | Stefano Babic <sbabic@denx.de> | 2020-01-20 15:35:43 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-20 15:36:13 +0100 |
commit | 0e78c9181c6460d10255bfb6dc6d1f2d6912717e (patch) | |
tree | 871a723fd26e0d04328e2ca361228e7c34c627f6 /board | |
parent | 9c27310ac23ce1966f9629d73973c458412a0085 (diff) | |
parent | 2d2f91a480f6849a8548414003d36fa030d434f1 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board')
-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: |