projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db211d
)
board: rpi: tizen_rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT
44/319944/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 5 Nov 2024 09:50:54 +0000
(18:50 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 5 Nov 2024 09:50:54 +0000
(18:50 +0900)
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 <jh80.chung@samsung.com>
board/raspberrypi/rpi/tizen_rpi.env
patch
|
blob
|
history
diff --git
a/board/raspberrypi/rpi/tizen_rpi.env
b/board/raspberrypi/rpi/tizen_rpi.env
index cea5a135998cce833b77c82fd13fcc75573a53a8..9f8a7076be4c73d854893932b0943cdd7047c6b2 100644
(file)
--- 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