mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 09:51:05 +01:00
The following features are enabled , 1) AP151 target specific configs are added ( mainly ethernet ) 2) AP151 and AP152 share a common configuration file & Makefile with minimal changes between them. Support for avoiding the conflict between them is implemented. Change-Id: Ia71b20199d43cd29ff214c1258e4b15fcd55cb6b Signed-off-by: Prabhu Jayakumar <pjayak@codeaurora.org>
17 lines
435 B
Text
17 lines
435 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_QCA956X=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="QCA956X"
|
|
CONFIG_SYS_PROMPT="QCA956X# "
|
|
# 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
|