diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-10-24 11:30:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 11:30:18 +0200 |
commit | 799bbb1d8215d6b5f480dd093d18a0b71f2448e3 (patch) | |
tree | 1b5db4b973984235c4f6a0dddce140bd895b3ba0 /plat | |
parent | dfe5c78e7a42f3360b2c9c6f12fc3838a2c1e21c (diff) | |
parent | 630b011ffd6a83436581af71d770ddd9fe01f747 (diff) | |
download | platform_external_arm-trusted-firmware-799bbb1d8215d6b5f480dd093d18a0b71f2448e3.tar.gz platform_external_arm-trusted-firmware-799bbb1d8215d6b5f480dd093d18a0b71f2448e3.tar.bz2 platform_external_arm-trusted-firmware-799bbb1d8215d6b5f480dd093d18a0b71f2448e3.zip |
Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt
Update libfdt to version 1.4.7
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/board/juno/include/platform_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h index 0e5c6d9ac..d4a77f027 100644 --- a/plat/arm/board/juno/include/platform_def.h +++ b/plat/arm/board/juno/include/platform_def.h @@ -142,7 +142,7 @@ # define PLAT_ARM_MAX_BL2_SIZE 0x1C000 #endif #else -# define PLAT_ARM_MAX_BL2_SIZE 0xE000 +# define PLAT_ARM_MAX_BL2_SIZE 0xF000 #endif /* |