mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
committed by
Tom Rini
parent
4696d63d87
commit
6d111a6dc2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user