Re: [U-Boot] "optee" Kbuild seems to have weird dependencies

2019-04-23 Thread Bryan O'Donoghue
On 23/04/2019 10:22, Jens Wiklander wrote: Hi Robert, On Thu, Apr 18, 2019 at 10:19 PM Robert P. J. Day wrote: going over the u-boot.cfg generated from zynq_zed_defconfig, and noticed the following: #define CONFIG_OPTEE_TZDRAM_BASE 0x #define CONFIG_OPTEE_TZDRAM_SIZE 0x00

Re: [U-Boot] "optee" Kbuild seems to have weird dependencies

2019-04-23 Thread Jens Wiklander
Hi Robert, On Thu, Apr 18, 2019 at 10:19 PM Robert P. J. Day wrote: > > > going over the u-boot.cfg generated from zynq_zed_defconfig, and > noticed the following: > > #define CONFIG_OPTEE_TZDRAM_BASE 0x > #define CONFIG_OPTEE_TZDRAM_SIZE 0x000 > > i thought that was strange as

[U-Boot] "optee" Kbuild seems to have weird dependencies

2019-04-18 Thread Robert P. J. Day
going over the u-boot.cfg generated from zynq_zed_defconfig, and noticed the following: #define CONFIG_OPTEE_TZDRAM_BASE 0x #define CONFIG_OPTEE_TZDRAM_SIZE 0x000 i thought that was strange as CONFIG_OPTEE was not selected, so i checked, and here's the relevant snippet from lib