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 <boyan.karatotev@arm.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
Boyan Karatotev
2024-10-25 18:18:17 +01:00
committed by Tom Rini
parent 4696d63d87
commit 6d111a6dc2
3 changed files with 29 additions and 11 deletions

View File

@@ -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 */