diff options
| author | Jim Liu <[email protected]> | 2024-09-04 10:41:05 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-16 16:43:35 -0600 |
| commit | 28fe59e7d3de3b40eaf2949051a97eb778c0d296 (patch) | |
| tree | 7ae362e0c74d6279a4397d7b8ddaf50f26fdbb44 /include | |
| parent | d01ba96a8cc4f2563f643491a80ee9a92f20a757 (diff) | |
configs: arbel_evb: change env offset and boot address
Change env offset and boot address for new design.
Signed-off-by: Jim Liu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/arbel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |
