From: Jaehoon Chung Date: Tue, 5 Nov 2024 09:50:54 +0000 (+0900) Subject: board: rpi: tizen_rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT X-Git-Tag: accepted/tizen/unified/20241126.175211~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F319944%2F1;p=platform%2Fkernel%2Fu-boot.git board: rpi: tizen_rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT initrd_high is dependent with CONFIG_PHYS_64BIT configuration. Even though CONFIG_ARM64 is not enabled, CONFIG_PHYS_64BIT can be enabled. Change-Id: I4a6be68f5e0b4a9fb7b98e8adc469a08d6dea998 Signed-off-by: Jaehoon Chung --- diff --git a/board/raspberrypi/rpi/tizen_rpi.env b/board/raspberrypi/rpi/tizen_rpi.env index cea5a13599..9f8a7076be 100644 --- a/board/raspberrypi/rpi/tizen_rpi.env +++ b/board/raspberrypi/rpi/tizen_rpi.env @@ -47,7 +47,7 @@ stderr=serial * only 64M, the remaining 25M starting at 0x02700000 should allow quite * large initrds before they start colliding with U-Boot. */ -#ifdef CONFIG_ARM64 +#ifdef CONFIG_PHYS_64BIT fdt_high=ffffffffffffffff initrd_high=ffffffffffffffff #else