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, 6 Jul 2020 09:09:48 +0000 (18:09 +0900)
commit32c2be716ffcc72733869422d7d55bc89d425904
tree253b29bf89cafca6f27471f9490eabf96d193fbe
parent38d5f5700aa805f8f8d5e3247efc18bbe1c3f342
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