mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
d35b211374
Add support for 96Boards Dragonboard 845C aka Robotics RB3 development platform. This board complies with 96Boards Open Platform Specifications. Features: - Qualcomm Snapdragon SDA845 SoC - 4GiB RAM - 64GiB UFS drive U-boot is chain loaded by ABL in 64-bit mode as part of boot.img. For detailed build and boot instructions, refer to doc/board/qualcomm/sdm845.rst, board: dragonboard845c. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
12 lines
168 B
Text
12 lines
168 B
Text
if TARGET_DRAGONBOARD845C
|
|
|
|
config SYS_BOARD
|
|
default "dragonboard845c"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "dragonboard845c"
|
|
|
|
config SYS_VENDOR
|
|
default "qualcomm"
|
|
|
|
endif
|