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:
18
u-boot/board/AndesTech/adp-ag101p/Kconfig
Normal file
18
u-boot/board/AndesTech/adp-ag101p/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
if TARGET_ADP_AG101P
|
||||
|
||||
config SYS_CPU
|
||||
default "n1213"
|
||||
|
||||
config SYS_BOARD
|
||||
default "adp-ag101p"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "AndesTech"
|
||||
|
||||
config SYS_SOC
|
||||
default "ag101"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "adp-ag101p"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user