diff options
author | davidcunado-arm <david.cunado@arm.com> | 2018-03-05 09:51:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 09:51:25 +0000 |
commit | db0a68fda72dc5cf0e3976d8d0f61c7be62ba1c2 (patch) | |
tree | ffb1af1fb9d57faad0db881d5832ddd3b5aabfa5 /plat | |
parent | c37be00b160da5e8aa1a2950090fc52002d88d95 (diff) | |
parent | c5c7538ec4bf8579045ea12e31a287ae26af5730 (diff) | |
download | platform_external_arm-trusted-firmware-db0a68fda72dc5cf0e3976d8d0f61c7be62ba1c2.tar.gz platform_external_arm-trusted-firmware-db0a68fda72dc5cf0e3976d8d0f61c7be62ba1c2.tar.bz2 platform_external_arm-trusted-firmware-db0a68fda72dc5cf0e3976d8d0f61c7be62ba1c2.zip |
Merge pull request #1298 from michpappas/tf-issues#560_qemu_UART1_data_abort
qemu: Accessing UART1 causes a data abort
Diffstat (limited to 'plat')
-rw-r--r-- | plat/qemu/include/platform_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/qemu/include/platform_def.h b/plat/qemu/include/platform_def.h index afda4f8e6..417048f8e 100644 --- a/plat/qemu/include/platform_def.h +++ b/plat/qemu/include/platform_def.h @@ -198,7 +198,7 @@ #define DEVICE0_BASE 0x08000000 #define DEVICE0_SIZE 0x00021000 #define DEVICE1_BASE 0x09000000 -#define DEVICE1_SIZE 0x00011000 +#define DEVICE1_SIZE 0x00041000 /* * GIC related constants |