]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/frv/kernel/head.inc
FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]
[mirror_ubuntu-jammy-kernel.git] / arch / frv / kernel / head.inc
index d424cd2eb213b205391595b8682b80f190fe49f4..bff66628b99af0d364fb4d09dafe777253581af5 100644 (file)
@@ -46,5 +46,5 @@
 #ifdef CONFIG_MMU
 __sdram_base = 0x00000000              /* base address to which SDRAM relocated */
 #else
-__sdram_base = 0xc0000000              /* base address to which SDRAM relocated */
+__sdram_base = __page_offset           /* base address to which SDRAM relocated */
 #endif