Skip to content
Snippets Groups Projects
Commit 5cc2ea0b authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

sysdata: Set fixed part for environment location

Loading the part doesn't work at the moment. Use a fixed part of 0.
parent dbb19b87
No related branches found
No related tags found
1 merge request!115cmd: Activated the boot mode command for TANARO
......@@ -21,7 +21,8 @@
static unsigned char env_mmc_orig_hwpart;
static int mmc_set_sysdata_part( struct mmc *mmc ) {
uint part = mmc_get_env_part( mmc );
/*uint part = mmc_get_env_part( mmc );*/
uint part = 0;
int dev = mmc_get_env_dev( );
int ret = 0;
......
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