mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Some boards' defconfigs are disordered. Reorder them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_OMAP34XX=y
|
|
CONFIG_TARGET_SNIPER=y
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_PROMPT="Sniper # "
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
CONFIG_USB=y
|
|
CONFIG_USB_MUSB_GADGET=y
|