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:
26
u-boot/configs/bcm11130_defconfig
Normal file
26
u-boot/configs/bcm11130_defconfig
Normal file
@@ -0,0 +1,26 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_BCM28155_AP=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="SYS_MMC_ENV_DEV=0"
|
||||
CONFIG_HUSH_PARSER=y
|
||||
# CONFIG_AUTOBOOT is not set
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
CONFIG_CMD_ASKENV=y
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_I2C=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
# CONFIG_CMD_NET is not set
|
||||
# CONFIG_CMD_NFS is not set
|
||||
CONFIG_CMD_CACHE=y
|
||||
CONFIG_CMD_FAT=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG=y
|
||||
CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y
|
||||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_G_DNL_MANUFACTURER="Broadcom Corporation"
|
||||
CONFIG_G_DNL_VENDOR_NUM=0x18d1
|
||||
CONFIG_G_DNL_PRODUCT_NUM=0x0d02
|
||||
Reference in New Issue
Block a user