summaryrefslogtreecommitdiff
path: root/doc/mvebu
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-06-03 16:19:31 +0300
committerTom Rini <trini@konsulko.com>2018-06-13 01:44:00 +0300
commitc511147cf43e8f9dc61c6fd0dd103487786e7954 (patch)
treeafd4959e42ae0a471de42a6d381ef02cbfbe8b26 /doc/mvebu
parentb75422f36202945d83ff7a9b1e5456336ca883a3 (diff)
downloadu-boot-c511147cf43e8f9dc61c6fd0dd103487786e7954.tar.xz
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: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'doc/mvebu')
-rw-r--r--doc/mvebu/cmd/bubt.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/mvebu/cmd/bubt.txt b/doc/mvebu/cmd/bubt.txt
index 6f9f525936..a539c15bcd 100644
--- a/doc/mvebu/cmd/bubt.txt
+++ b/doc/mvebu/cmd/bubt.txt
@@ -44,15 +44,6 @@ Notes:
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 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 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.