MA-18304 pass ramdisk address when boot up evk_7ulp
authorfaqiang.zhu <faqiang.zhu@nxp.com>
Fri, 20 Nov 2020 05:07:13 +0000 (13:07 +0800)
committerJi Luo <ji.luo@nxp.com>
Thu, 13 May 2021 01:49:18 +0000 (09:49 +0800)
commitb7d26e7516d817db354066074844bf1d5706df60
tree25e8b46a270270ac27ee7ded5127693238062cf1
parent31f0ec99bb753ae357d4da442d3497e651a77427
MA-18304 pass ramdisk address when boot up evk_7ulp

evk_7ulp images has normal ramdisk in boot.img and recovery ramdisk in
recovery.img.

Normal ramdisk in boot.img is used to boot up Android, ramdisk addr need
to be passed to kernel any way.

Recovery ramdisk in recovery.img is not used to boot up Android, there
is no need to pass "androidboot.force_normal_boot=1".

Change-Id: Id1e9c31035cbf65cd325c70a0aa9df05ea1d90b2
Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
(cherry picked from commit 3f4d826944f7f0db9251cf26f6f65014ca3f5e8a)
(cherry picked from commit 6ecfd9ed2af555f589c7cdfe32134ea1e6a41d80)
drivers/fastboot/fb_fsl/fb_fsl_boot.c