Skip to content

Commit

Permalink
Moving iOBC envar partition
Browse files Browse the repository at this point in the history
Moving iOBC envar partition
  • Loading branch information
Catherine Garabedian authored Dec 18, 2018
2 parents ef2dc96 + bb2defa commit 65f5426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/configs/at91sam9g20isis.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
/* u-boot env in sd/mmc card */
#define CONFIG_ENV_IS_IN_EXT4 1
#define EXT4_ENV_INTERFACE "mmc"
#define EXT4_ENV_DEVICE_AND_PART "0:1"
#define EXT4_ENV_FILE "/system/etc/uboot.env"
#define EXT4_ENV_DEVICE_AND_PART "0:8"
#define EXT4_ENV_FILE "/uboot.env"
#define CONFIG_ENV_SIZE 1 * 1024 //Assume sector size of 1024
#endif

Expand Down

0 comments on commit 65f5426

Please sign in to comment.