diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-11-08 23:14:55 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-04 11:22:06 -0500 |
commit | e2ccdf89a0196b40b445700670777ebee231756d (patch) | |
tree | 778fc64f6228d0f0ce2094ae2065ef8f8aa4e755 /README | |
parent | 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9 (diff) | |
download | u-boot-e2ccdf89a0196b40b445700670777ebee231756d.tar.gz u-boot-e2ccdf89a0196b40b445700670777ebee231756d.tar.xz u-boot-e2ccdf89a0196b40b445700670777ebee231756d.zip |
MMC SD fs boot partition config coding style and proper description
CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION ought to be called
CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to keep it consistent with other config
options such as: CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR.
In addition, it is not related to raw mode booting but to fs mode instead.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3657,8 +3657,7 @@ FIT uImage format: CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR, CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS, - CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION - Address, size and partition on the MMC to load U-Boot from + Address and partition on the MMC to load U-Boot from when the MMC is being used in raw mode. CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR @@ -3671,6 +3670,10 @@ FIT uImage format: parameters from when MMC is being used in raw mode (for falcon mode) + CONFIG_SYS_MMCSD_FS_BOOT_PARTITION + Partition on the MMC to load U-Boot from when the MMC is being + used in fs mode + CONFIG_SPL_FAT_SUPPORT Support for fs/fat/libfat.o in SPL binary |