dear Dhaval_Shiroya
First, thanks for your comments.
I have changes `arch/arm64/kernel/setup.c` and arch/arm64/boot/dts/freescale/imx8mn-evk.dts as below.
pr_info("BBBCooting Linux
model = "N_NXP i.MX8MNano EVK board";
then,
Compile kernel, dtb and flash as below.
rm -rf out
./imx-make.sh kernel
./imx-make.sh dtboimage
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash dtbo_a dtbo-imx8mn.img
then
adb logcat -b all | grep -i "N_NXP"
01-01 00:00:00.000 0 0 I Machine model: N_NXP i.MX8MNano EVK board
but
adb logcat -b all | grep -i "BBBCooting" <- it can't be founded
so, In summary
It seems that Google's boot.img not being modified.
Thanks,
Bryan