Compare commits

...

2 Commits

Author SHA1 Message Date
halal-beef
bff5857d64
Merge 83d9ee38c0 into 2d34fc0f91 2024-10-20 16:07:20 +01:00
Umer Uddin
83d9ee38c0 exynos990 platforms: Set CONFIG_RAMDISK_ENTRY
Needed for Linux to boot a ramdisk, works on all 990 platforms and removes the need of configuring it manually.

Signed-off-by: Umer Uddin <umer.uddin@mentallysanemainliners.org>
2024-10-20 16:06:38 +01:00

View File

@ -100,6 +100,8 @@ menu "Device Specific Addresses"
config RAMDISK_ENTRY config RAMDISK_ENTRY
hex "Ramdisk Entry Address" hex "Ramdisk Entry Address"
default 0x082000000 if SAMSUNG_DREAMLTE default 0x082000000 if SAMSUNG_DREAMLTE
default 0x084000000 if SAMSUNG_C1S
default 0x084000000 if SAMSUNG_X1S
config FRAMEBUFFER_BASE config FRAMEBUFFER_BASE
hex "Framebuffer Base Address (for SimpleFB)" hex "Framebuffer Base Address (for SimpleFB)"