mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 11:30:06 +00:00
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>
This commit is contained in:
parent
2d34fc0f91
commit
8b562d28fa
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user