mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-01-25 03:46:39 +00:00
0bf1b022f2
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>