Compare commits

...

2 Commits

Author SHA1 Message Date
Igor
f39a442b12
Merge b29cd0ea65 into 8b562d28fa 2024-10-22 11:29:48 +03:00
Ivaylo Ivanov
8b562d28fa board: Set CONFIG_RAMDISK_ENTRY for all exynos990 platforms
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-22 11:27:50 +03:00

View File

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