mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
1. tegra_bl_debug_probe checks if either bl_prof_dataptr, bl_prof_ro_ptr or bl_debug_data are not passed by kernel command line parameter. Post this check, it retrieves bl_prof_dataptr and bl_prof_ro_ptr data from DT and does not retrieve anything for bl_debug_data. There is no need for checking bl_debug_data as it is not being queried from DT in the probe function. Hence, remove the check for bl_debug_data from probe. 2. Add prints in probe function to print bl_prof_dataptr and bl_prof_ro_ptr. Bug 4454722 Change-Id: Ib8e52407d2ff227cc9605704e467790a9b65a1db Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3141122 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com>