mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
configs: ipq5332: Add fdtfixup support for tiny-nor
Change-Id: Ic75d3ec52f1982fc4e1d6a06cf3227ff2edd7cc2 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
0133affe21
commit
b548032a51
1 changed files with 2 additions and 1 deletions
|
|
@ -458,7 +458,6 @@ extern loff_t board_env_size;
|
||||||
#undef CONFIG_ZLIB
|
#undef CONFIG_ZLIB
|
||||||
#else
|
#else
|
||||||
#define CONFIG_IPQ_ELF_AUTH
|
#define CONFIG_IPQ_ELF_AUTH
|
||||||
#define CONFIG_IPQ_FDT_FIXUP
|
|
||||||
|
|
||||||
/* compress crash dump support */
|
/* compress crash dump support */
|
||||||
#define CONFIG_CMD_ZIP
|
#define CONFIG_CMD_ZIP
|
||||||
|
|
@ -470,6 +469,8 @@ extern loff_t board_env_size;
|
||||||
CONFIG_COMPRESSED_DTB_MAX_SIZE
|
CONFIG_COMPRESSED_DTB_MAX_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define CONFIG_IPQ_FDT_FIXUP
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ELF authentication
|
* ELF authentication
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue