mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: qca: Enabled config CONFIG_SYS_VSNPRINTF
Change-Id: I492d3ad9c83509c38f83f47e0897a4b6247e3ff8 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
21c5c6af9f
commit
89051bc193
3 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#define CONFIG_SYS_CACHELINE_SIZE 64
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
#define CONFIG_SYS_VSNPRINTF
|
||||
#define CONFIG_IPQ40XX_UART
|
||||
#define CONFIG_CONS_INDEX 1
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#define CONFIG_IPQ_FDT_HIGH 0x48000000
|
||||
#define CONFIG_BOOTARGS "console=ttyMSM0,115200n8"
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
#define CONFIG_SYS_VSNPRINTF
|
||||
|
||||
#define CONFIG_MBN_HEADER
|
||||
#define CONFIG_IPQ_APPSBL_IMG_TYPE 0x5
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#define CONFIG_BOARD_LATE_INIT
|
||||
#define CONFIG_SYS_NO_FLASH
|
||||
#define CONFIG_SYS_CACHELINE_SIZE 64
|
||||
#define CONFIG_SYS_VSNPRINTF
|
||||
|
||||
#define CONFIG_IPQ807X_UART
|
||||
#define CONFIG_NR_DRAM_BANKS 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue