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>
Tue, 30 Mar 2021 01:40:01 +0000 (10:40 +0900)
commitf2d84e557e4920380a6145854d41d2d6b1025816
tree60a1bcea63e56e9f9f314fa4cab909295dcebd66
parentdb465fbb700cd454a792e8254211b8022641d592
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