mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
xilinx: zynq: Enable fdt apply utility for zynq
Enables the FDT library (libfdt) overlay support for zynq platforms to be able to use fdt apply command. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ab26dd186fb752b3d607e6160ae5baf6661d5de7.1688990179.git.michal.simek@amd.com
This commit is contained in:
parent
5b90412cbf
commit
378f4eef09
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ CONFIG_SF_DEFAULT_SPEED=30000000
|
|||
CONFIG_ENV_OFFSET=0xE00000
|
||||
CONFIG_DM_GPIO=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc706"
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_SPL_STACK_R_ADDR=0x200000
|
||||
CONFIG_SPL_STACK=0xfffffe00
|
||||
CONFIG_SPL=y
|
||||
|
|
Loading…
Reference in a new issue