diff options
| author | Boyan Karatotev <[email protected]> | 2024-10-25 18:18:15 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-04 14:50:43 -0600 |
| commit | ea70352af8a7ca0025c44c309dc9e28f6ed956ce (patch) | |
| tree | 53931f38ad54049d220d693412591d1cd292d9a5 /include | |
| parent | ed3649472467275e5c9430def028d54263f73a1b (diff) | |
arm: total_compute: Initialize environment variables
Initialize the environment variables 'fdt_addr_r' and 'kernel_addr_r'
during the misc init phase. The static configurations are not needed,
remove them.
Signed-off-by: Boyan Karatotev <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/total_compute.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 205e6a62787..8053dca315c 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -14,9 +14,7 @@ #define CFG_EXTRA_ENV_SETTINGS \ "bootm_size=0x20000000\0" \ "load_addr=0xa0000000\0" \ - "kernel_addr_r=0x80080000\0" \ - "initrd_addr_r=0x88000000\0" \ - "fdt_addr_r=0x83000000\0" + "initrd_addr_r=0x88000000\0" /* * If vbmeta partition is present, boot Android with verification using AVB. * Else if system partition is present (no vbmeta partition), boot Android |
