summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Khandelwal <tushar.khandelwal@arm.com>2020-08-07 15:49:28 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2020-08-07 15:50:09 +0100
commitba72bdd5d8dbf327732cdfb2fea753076416a177 (patch)
treece73437eb884a614e5fbbb8813db55dcf90d2786
parent2c152980ce227ad88c2a2b1a4f4429f724d65cab (diff)
platform/fvp: update the dtb load addressBASEFVP-2020.08.06
Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
-rwxr-xr-xfvp/run_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fvp/run_model.sh b/fvp/run_model.sh
index c50edc0..2e0e09d 100755
--- a/fvp/run_model.sh
+++ b/fvp/run_model.sh
@@ -190,7 +190,7 @@ echo "SECURE_MEMORY=$SECURE_MEMORY"
echo "NET=$NET"
kern_addr=0x80080000
-dtb_addr=0x82000000
+dtb_addr=0x83000000
initrd_addr=0x84000000
if [ "$model_type" == "foundation" ]; then