Skip to content

Commit

Permalink
board: Set CONFIG_RAMDISK_ENTRY for all exynos990 platforms
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ivoszbg committed Oct 22, 2024
1 parent 2d34fc0 commit 8b562d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ menu "Device Specific Addresses"
config RAMDISK_ENTRY
hex "Ramdisk Entry Address"
default 0x082000000 if SAMSUNG_DREAMLTE
default 0x084000000 if SAMSUNG_C1S
default 0x084000000 if SAMSUNG_X1S

config FRAMEBUFFER_BASE
hex "Framebuffer Base Address (for SimpleFB)"
Expand Down

1 comment on commit 8b562d2

@halal-beef
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub why isn't my picture on there

I've signed off

Please sign in to comment.