From: Bryan O'Donoghue Date: Sat, 4 May 2019 00:08:25 +0000 (+0100) Subject: warp7: configs: bl33: Tidy up OPTEE defines X-Git-Tag: v2019.10-rc1~9^2~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65c0040edecdc3ef31e62a3b5033069f4664c480;p=oweals%2Fu-boot.git warp7: configs: bl33: Tidy up OPTEE defines When booting in BL33 mode i.e. with u-boot loaded by OP-TEE we get the following print-out. Board: WARP7 in secure mode OPTEE DRAM 0xa0000000-0xa0000000 This is incorrect the right range is 0x9e000000-0xa0000000. This patch fixes the defines on the warp7_bl33_defconfig file to tidy up the output. Signed-off-by: Bryan O'Donoghue Cc: Fabio Estevam --- diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index 8a4e29419c..2ec2249885 100644 --- a/configs/warp7_bl33_defconfig +++ b/configs/warp7_bl33_defconfig @@ -54,4 +54,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" -CONFIG_OPTEE_TZDRAM_SIZE=0x2000000 +CONFIG_OPTEE=y +CONFIG_OPTEE_TZDRAM_BASE=0x9e000000 +CONFIG_OPTEE_TZDRAM_SIZE=0x02000000