aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/bananaPro/patch/bananapro_5_Switch_ENV_From_Fat_to_Ext4.patch
blob: 77230c52318ae19d7d6b20ac67b3b045d3485742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*** ./.config	2020-08-25 21:22:39.013961045 +0200
--- ./.config	2020-08-25 21:19:11.931937001 +0200
*************** CONFIG_SAVEENV=y
*** 801,818 ****
  # CONFIG_ENV_OVERWRITE is not set
  # CONFIG_ENV_IS_NOWHERE is not set
  # CONFIG_ENV_IS_IN_EEPROM is not set
! # CONFIG_ENV_IS_IN_FAT is not set
! CONFIG_ENV_IS_IN_EXT4=y
  # CONFIG_ENV_IS_IN_FLASH is not set
  # CONFIG_ENV_IS_IN_MMC is not set
  # CONFIG_ENV_IS_IN_NAND is not set
  # CONFIG_ENV_IS_IN_NVRAM is not set
  # CONFIG_ENV_IS_IN_ONENAND is not set
  # CONFIG_ENV_IS_IN_REMOTE is not set
! CONFIG_ENV_EXT4_INTERFACE="mmc"
! CONFIG_ENV_EXT4_DEVICE_AND_PART="0:auto"
! CONFIG_ENV_EXT4_FILE="/boot/uboot.env"
  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
  # CONFIG_USE_DEFAULT_ENV_FILE is not set
  # CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG is not set
  # CONFIG_ENV_APPEND is not set
--- 801,820 ----
  # CONFIG_ENV_OVERWRITE is not set
  # CONFIG_ENV_IS_NOWHERE is not set
  # CONFIG_ENV_IS_IN_EEPROM is not set
! CONFIG_ENV_IS_IN_FAT=y
! # CONFIG_ENV_IS_IN_EXT4 is not set
  # CONFIG_ENV_IS_IN_FLASH is not set
  # CONFIG_ENV_IS_IN_MMC is not set
  # CONFIG_ENV_IS_IN_NAND is not set
  # CONFIG_ENV_IS_IN_NVRAM is not set
  # CONFIG_ENV_IS_IN_ONENAND is not set
  # CONFIG_ENV_IS_IN_REMOTE is not set
! CONFIG_ENV_FAT_INTERFACE="mmc"
! CONFIG_ENV_FAT_DEVICE_AND_PART="0:auto"
! CONFIG_ENV_FAT_FILE="uboot.env"
  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+ CONFIG_SYS_MMC_ENV_DEV=0
+ CONFIG_SYS_MMC_ENV_PART=0
  # CONFIG_USE_DEFAULT_ENV_FILE is not set
  # CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG is not set
  # CONFIG_ENV_APPEND is not set