Skip to content

Commit 65f5426

Browse files
author
Catherine Garabedian
authored
Moving iOBC envar partition
Moving iOBC envar partition
2 parents ef2dc96 + bb2defa commit 65f5426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/configs/at91sam9g20isis.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
/* u-boot env in sd/mmc card */
169169
#define CONFIG_ENV_IS_IN_EXT4 1
170170
#define EXT4_ENV_INTERFACE "mmc"
171-
#define EXT4_ENV_DEVICE_AND_PART "0:1"
172-
#define EXT4_ENV_FILE "/system/etc/uboot.env"
171+
#define EXT4_ENV_DEVICE_AND_PART "0:8"
172+
#define EXT4_ENV_FILE "/uboot.env"
173173
#define CONFIG_ENV_SIZE 1 * 1024 //Assume sector size of 1024
174174
#endif
175175

0 commit comments

Comments
 (0)