mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
80df691349
Some boards' defconfigs are disordered. Reorder them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_SPL_DM=y
|
|
CONFIG_TEGRA30=y
|
|
CONFIG_TARGET_COLIBRI_T30=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra30-colibri"
|
|
CONFIG_SYS_PROMPT="Colibri T30 # "
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|