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:
22
u-boot/board/hisilicon/hikey/Kconfig
Normal file
22
u-boot/board/hisilicon/hikey/Kconfig
Normal file
@@ -0,0 +1,22 @@
|
||||
if TARGET_HIKEY
|
||||
|
||||
config SYS_BOARD
|
||||
default "hikey"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "hisilicon"
|
||||
|
||||
config SYS_SOC
|
||||
default "hi6220"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "hikey"
|
||||
|
||||
config CONS_INDEX
|
||||
int "UART used for console"
|
||||
range 1 4
|
||||
default 4
|
||||
help
|
||||
The hi6220 SoC has 5 UARTs. For example to use UART0 enter 1 here.
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user