mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
zipitz2: enable libfdt
zipitz2 supports DT boot since linux-4.4 (not mainlined yet) Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
3bc8ffd9cb
commit
fa89b539e3
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
#define CONFIG_SETUP_MEMORY_TAGS
|
#define CONFIG_SETUP_MEMORY_TAGS
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x0
|
#define CONFIG_SYS_TEXT_BASE 0x0
|
||||||
#define CONFIG_LZMA /* LZMA compression support */
|
#define CONFIG_LZMA /* LZMA compression support */
|
||||||
|
#define CONFIG_OF_LIBFDT
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Serial Console Configuration
|
* Serial Console Configuration
|
||||||
|
|
Loading…
Reference in a new issue