diff options
| author | Boyan Karatotev <[email protected]> | 2024-10-25 18:18:17 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-04 14:50:43 -0600 |
| commit | 6d111a6dc22f89104786b43e4e37bde46934330c (patch) | |
| tree | cbe8d336f4176a292511809c1a1843dde5d5b57f /include/configs | |
| parent | 4696d63d873acbd162ccf858b8508d22c56f7316 (diff) | |
arm: total_compute: move the boot command to an env file
The boot command for Total Compute has many aspects and changes from time
to time. So move it to an .env file where it can be a proper script.
Signed-off-by: Boyan Karatotev <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/total_compute.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 4c966ce4bf6..5cc0166f19e 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -11,16 +11,6 @@ /* Link Definitions */ -#define CFG_EXTRA_ENV_SETTINGS \ - "load_addr=0xa0000000\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 - * without verification (for development purposes). - * Else boot FIT image. - */ - #define CFG_SYS_FLASH_BASE 0x0C000000 #endif /* __TOTAL_COMPUTE_H */ |
