From db0117bbefb3dc2bf60e3032ac6450db52f3ea01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com> Date: Wed, 8 Feb 2023 11:35:27 +0100 Subject: [PATCH] trizeps8[mini|plus]: Adapt load adresses for more space for kernel and devicetree The kernel hit the 43M size and overwrote the devicetree sometimes. --- include/configs/trizeps8mini.h | 4 ++-- include/configs/trizeps8plus.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/trizeps8mini.h b/include/configs/trizeps8mini.h index 5eb2fdc79e94c..ec0b8e3d7a2ad 100644 --- a/include/configs/trizeps8mini.h +++ b/include/configs/trizeps8mini.h @@ -354,8 +354,8 @@ #else #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_MFG_ENV_SETTINGS \ - "fdt_addr=0x43000000\0" \ - "initrd_addr=0x43800000\0" \ + "fdt_addr=0x44000000\0" \ + "initrd_addr=0x45000000\0" \ "console=ttymxc0,115200\0" \ \ \ diff --git a/include/configs/trizeps8plus.h b/include/configs/trizeps8plus.h index 903b0626b784c..feeae8508d292 100644 --- a/include/configs/trizeps8plus.h +++ b/include/configs/trizeps8plus.h @@ -89,8 +89,8 @@ /* Initial environment variables */ #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_MFG_ENV_SETTINGS \ - "fdt_addr=0x43000000\0" \ - "initrd_addr=0x43800000\0" \ + "fdt_addr=0x44000000\0" \ + "initrd_addr=0x45000000\0" \ "console=ttymxc0,115200\0" \ "bootbus=0\0" \ \ -- GitLab