mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <boyan.karatotev@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
committed by
Tom Rini
parent
ed36494724
commit
ea70352af8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user