From 28fe59e7d3de3b40eaf2949051a97eb778c0d296 Mon Sep 17 00:00:00 2001 From: Jim Liu Date: Wed, 4 Sep 2024 10:41:05 +0800 Subject: configs: arbel_evb: change env offset and boot address Change env offset and boot address for new design. Signed-off-by: Jim Liu --- include/configs/arbel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/arbel.h b/include/configs/arbel.h index 61f6a5e2438..b5f684e88fe 100644 --- a/include/configs/arbel.h +++ b/include/configs/arbel.h @@ -16,7 +16,7 @@ { 9600, 14400, 19200, 38400, 57600, 115200, 230400, 380400, 460800, 921600 } /* Default environemnt variables */ -#define CFG_EXTRA_ENV_SETTINGS "uimage_flash_addr=80400000\0" \ +#define CFG_EXTRA_ENV_SETTINGS "uimage_flash_addr=80800000\0" \ "stdin=serial\0" \ "stdout=serial\0" \ "stderr=serial\0" \ -- cgit v1.2.3