From 6d111a6dc22f89104786b43e4e37bde46934330c Mon Sep 17 00:00:00 2001 From: Boyan Karatotev Date: Fri, 25 Oct 2024 18:18:17 +0100 Subject: 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 Signed-off-by: Leo Yan --- include/configs/total_compute.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3