scripts: mkbootimg_rpi4.sh: Fix how to check 64bit
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 15 Jun 2020 07:20:33 +0000 (16:20 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:02 +0000 (17:46 +0900)
commit9a3c2a26c2e97a97b3f0528400e5d261e4b1d190
tree46e0bdb9a071d8b735b9330298f0e0c3b2644b7c
parent623ca1b8970abec59febd1afeb02cd215795dcca
scripts: mkbootimg_rpi4.sh: Fix how to check 64bit

The CONFIG_64BIT_TIME configuration is used by 32bit kernel, so it is
having problem identifying 64bit. So modify to "CONFIG_64BIT=y".

Change-Id: I0e8b3e34b3faf5f307ce9bc0fef266397ae697a7
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
scripts/mkbootimg_rpi4.sh