Skip to content
Snippets Groups Projects
Commit c511147c authored by Baruch Siach's avatar Baruch Siach Committed by Tom Rini
Browse files

doc: cmd: bubt: drop duplicated text


This commit removes text that is exact duplicated of the text above.

Cc: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent b75422f3
No related branches found
No related tags found
No related merge requests found
...@@ -44,15 +44,6 @@ Notes: ...@@ -44,15 +44,6 @@ Notes:
CONFIG_SYS_MMC_ENV_PART=1 CONFIG_SYS_MMC_ENV_PART=1
Valid values for this parameter are 1 for BOOT0 and 2 for BOOT1. Valid values for this parameter are 1 for BOOT0 and 2 for BOOT1.
Please never use partition number 0 here! Please never use partition number 0 here!
The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA).
The boot partitions are numbered as partition 1 and 2 in MMC driver.
Number 0 is used for user data partition and should not be utilized for storing
boot images and U-Boot environment in RAW mode since it will break file system
structures usually located here.
The default boot partition is BOOT0. It is selected by the following parameter:
CONFIG_SYS_MMC_ENV_PART=1
Valid values for this parameter are 1 for BOOT0 and 2 for BOOT1.
Please never use partition number 0 here!
- The partition number is ignored if the target device is SD card. - The partition number is ignored if the target device is SD card.
- The boot image offset starts at block 0 for eMMC and block 1 for SD devices. - The boot image offset starts at block 0 for eMMC and block 1 for SD devices.
The block 0 on SD devices is left for MBR storage. The block 0 on SD devices is left for MBR storage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment