]> Git Repo - u-boot.git/commit - common/cmd_mmc.c
cmd_mmc.c: Add 'partconf' command to mmc
authorTom Rini <[email protected]>
Wed, 5 Feb 2014 15:24:21 +0000 (10:24 -0500)
committerPantelis Antoniou <[email protected]>
Fri, 7 Feb 2014 16:17:49 +0000 (18:17 +0200)
commit792970b0a344d905848fb98564ed469786af11b7
tree89f7479dc39b8e4cbab50f293626b148bd5e0ae7
parentf1fd957e12d9952702228c509cba1fa24858c98d
cmd_mmc.c: Add 'partconf' command to mmc

Add a partconf sub-command to the mmc command to allow for setting
the boot_ack, boot_partition and partition_access fields of
PARTITION_CONFIG (formerly BOOT_CONFIG, EXT_CSD[179]).  Part of this
requires changing the check for 'part' from an strncmp to a strcmp, like
the rest of the sub-commands.

Cc: Andy Fleming <[email protected]>
Cc: Pantelis Antoniou <[email protected]>
Acked-by: Jaehoon Chung <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Pantelis Antoniou <[email protected]>
common/cmd_mmc.c
drivers/mmc/mmc.c
include/mmc.h
This page took 0.036528 seconds and 4 git commands to generate.