mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
this change enables the support for the AP135 target Change-Id: I772cdf3a135ac327fec21c42be6248f22d3d3f83 Signed-off-by: Prabhu Jayakumar <pjayak@codeaurora.org>
17 lines
435 B
Text
17 lines
435 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_QCA955X=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="QCA955X"
|
|
CONFIG_SYS_PROMPT="QCA955X# "
|
|
# CONFIG_CMD_BDI is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
CONFIG_CMD_RUN=y
|
|
CONFIG_CMD_SAVEENV=y
|
|
CONFIG_CMD_PING=y
|
|
# CONFIG_CMD_LOADB is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
CONFIG_CMD_FLASH=y
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x200
|
|
CONFIG_SYS_MALLOC_F=y
|