mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-19 05:21:03 +02:00
This patch removes the bootargs pointer from the platform params structure. Instead the bootargs are passed by the BL2 in the bl32_ep_info struct which is a part of the EL3 params struct. Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>