]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mach-sc5xx: Update image load address
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:21 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
Update the load address for the image in
each environment to match the updated partitions
in Linux.

The partitions in Linux for the spi are named as follows:
 - u-boot-spl
 - u-boot
 - kernel
 - rootfs

The kernel partition is at 0x100000 for sc59x family boards,
and 0xd0000 for all other sc5xx boards.

Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
board/adi/sc573-ezlite/sc573-ezlite.env
board/adi/sc584-ezkit/sc584-ezkit.env
board/adi/sc589-ezkit/sc589-ezkit.env
board/adi/sc589-mini/sc589-mini.env
board/adi/sc594-som-ezkit/sc594-som-ezkit.env
board/adi/sc594-som-ezlite/sc594-som-ezlite.env
board/adi/sc598-som-ezkit/sc598-som-ezkit.env

index e1ad4f3716fa8b4ec01d0a9ac34d32d4b7546c1e..c909b3b476a3fd26527e8d791004e5813c4f089c 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0xe0000
+adi_image_offset=0xd0000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index 7e70f5e200a78c21b5856ce69b069a61a651de09..905523fb1516916b23227e4757cbcbebf5ae6a3d 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0xe0000
+adi_image_offset=0xd0000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index b8d9b1ef3621b86d7a474423e257f9be4f135206..02567830c16ee3201a4ade3cb7392bf08318bb42 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0xe0000
+adi_image_offset=0xd0000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index 560efeeceeb3a1ed97e8367f0c0f06c1fed178cc..661c130b83517bb3a292fad945527505e5a5d1b5 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0xe0000
+adi_image_offset=0xd0000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index ef47640320d9f5ce83ca179781f7b8e636fa80c4..f787d972339033e7c8e3d2ecf1d05a8a0436d23b 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0x110000
+adi_image_offset=0x100000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index ef47640320d9f5ce83ca179781f7b8e636fa80c4..f787d972339033e7c8e3d2ecf1d05a8a0436d23b 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0x110000
+adi_image_offset=0x100000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS
index ef47640320d9f5ce83ca179781f7b8e636fa80c4..f787d972339033e7c8e3d2ecf1d05a8a0436d23b 100644 (file)
@@ -3,7 +3,7 @@
  * (C) Copyright 2024 - Analog Devices, Inc.
  */
 
-adi_image_offset=0x110000
+adi_image_offset=0x100000
 loadaddr=CONFIG_SC5XX_LOADADDR
 
 #define USE_NFS