Skip to content
Snippets Groups Projects
Commit 74b19ad1 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Rini
Browse files

apalis/colibri_t30: move environment location


Now with the config block handling in place move the U-Boot environment
location before the config block at the end of 1st "boot sector" as
deployed during production using our downstream BSP.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: default avatarMax Krummenacher <max.krummenacher@toradex.com>
parent b891d010
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,12 @@ ...@@ -32,11 +32,12 @@
#define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_TEGRA_MMC #define CONFIG_TEGRA_MMC
/* Environment in eMMC, at the end of 2nd "boot sector" */ /* Environment in eMMC, before config block at the end of 1st "boot sector" */
#define CONFIG_ENV_IS_IN_MMC #define CONFIG_ENV_IS_IN_MMC
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE + \
CONFIG_TDX_CFG_BLOCK_OFFSET)
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_SYS_MMC_ENV_PART 1
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI #define CONFIG_USB_EHCI
......
...@@ -32,11 +32,12 @@ ...@@ -32,11 +32,12 @@
#define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_MMC
#define CONFIG_TEGRA_MMC #define CONFIG_TEGRA_MMC
/* Environment in eMMC, at the end of 2nd "boot sector" */ /* Environment in eMMC, before config block at the end of 1st "boot sector" */
#define CONFIG_ENV_IS_IN_MMC #define CONFIG_ENV_IS_IN_MMC
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE + \
CONFIG_TDX_CFG_BLOCK_OFFSET)
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_SYS_MMC_ENV_PART 1
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI #define CONFIG_USB_EHCI
......
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