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>
Mon, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commit30a654a9906e09429e886c0392eeb95d3f1eb000
tree82465ee73e6e5949ba4953a411b95f4dbe6d903d
parentfe8613a9f85ba064e053d2507511bc33cfb7d9a9
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