avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
16
u-boot/board/samsung/espresso7420/Kconfig
Normal file
16
u-boot/board/samsung/espresso7420/Kconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
if TARGET_ESPRESSO7420
|
||||
|
||||
config SYS_BOARD
|
||||
default "espresso7420"
|
||||
help
|
||||
Espresso7420 is a development/evaluation board for Exynos7420 SoC.
|
||||
It includes multiple onboard compoments (EMMC/Codec) and various
|
||||
interconnects (USB/HDMI).
|
||||
|
||||
config SYS_VENDOR
|
||||
default "samsung"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "espresso7420"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user