Skip to content

Commit

Permalink
u-boot-tegra: Increase environment size
Browse files Browse the repository at this point in the history
Changelog-entry: u-boot-tegra: Increase environment size
Signed-off-by: Alexandru Costche <[email protected]>
  • Loading branch information
acostach committed Mar 25, 2023
1 parent a6a59d8 commit b655748
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ index f2cdd9c019..a27cfa28ed 100644

/* Environment */
-
+#define CONFIG_ENV_SIZE 0x3000 /* Total Size Environment */
+#define CONFIG_ENV_SIZE 0x5000 /* Total Size Environment */
/*
* NS16550 Configuration
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ index 9e84984135..c9d5a606e9 100644
+#CONFIG_USB_ETHER_ASIX=y
+#CONFIG_ENV_IS_IN_MMC=y
+#CONFIG_ENV_IS_NOWHERE=y
+CONFIG_ENV_SIZE=0x3000
+CONFIG_ENV_SIZE=0x4000
CONFIG_ENV_SECT_SIZE=0x1000
CONFIG_ENV_OFFSET=0xFFFD8000
-CONFIG_BOOTP_PREFER_SERVERIP=y
Expand Down Expand Up @@ -199,7 +199,7 @@ index 0000000000..bd172b7154
+#CONFIG_USB_ETHER_ASIX=y
+CONFIG_ENV_IS_NOWHERE=y
+#CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_ENV_SIZE=0x3000
+CONFIG_ENV_SIZE=0x4000
+CONFIG_ENV_SECT_SIZE=0x1000
+CONFIG_ENV_OFFSET=0xFFFD8000
+#CONFIG_BOOTP_PREFER_SERVERIP=y
Expand Down Expand Up @@ -289,7 +289,7 @@ index 9e3e3cd213..4e34d8e4c1 100644
-CONFIG_ENV_IS_IN_SPI_FLASH=y
-CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_IS_NOWHERE=y
+CONFIG_ENV_SIZE=0x3000
+CONFIG_ENV_SIZE=0x4000
CONFIG_ENV_SECT_SIZE=0x1000
CONFIG_ENV_OFFSET=0xFFFD8000
-CONFIG_BOOTP_PREFER_SERVERIP=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ index 1ff344240f..26e59c45b1 100644
CONFIG_TEGRA=y
CONFIG_SYS_TEXT_BASE=0x80080000
-CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_SIZE=0x3000
+CONFIG_ENV_SIZE=0x4000
CONFIG_ENV_OFFSET=0xFFFD8000
CONFIG_NR_DRAM_BANKS=1026
CONFIG_TEGRA186=y
Expand Down Expand Up @@ -75,7 +75,7 @@ index 9117982fb9..3763ec3fb3 100644
CONFIG_TEGRA=y
CONFIG_SYS_TEXT_BASE=0x80080000
-CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_SIZE=0x3000
+CONFIG_ENV_SIZE=0x4000
CONFIG_ENV_OFFSET=0xFFFD8000
CONFIG_NR_DRAM_BANKS=1026
CONFIG_TEGRA186=y
Expand Down

0 comments on commit b655748

Please sign in to comment.