diff options
| author | Tom Rini <[email protected]> | 2024-09-16 16:43:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-16 16:43:53 -0600 |
| commit | 773f138632b95ea6b0c4a7a2b653174c19749da5 (patch) | |
| tree | be5ff0fbccb414a692f4fd02ba1da651e4500c6c /include | |
| parent | fca70d61817b9ad2fb4b4821b029e55f1945997b (diff) | |
| parent | 3aa2eac4f06de8ca5871543f21b88d568f33effc (diff) | |
Merge patch series "Arm: npcm: modify npcm8xx boot setting"
Jim Liu <[email protected]> says:
Modify npcm8xx new boot design.
Correct memory setting and set gpio default value.
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" \ |
