mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
arm64: zynqmp: Disable BOOTCOMMAND
There is no need to waste a space for setting up bootcommand which is passed via xilinx_zynqmp.h by including "config_distro_bootcmd.h" header. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a837cfe5b2
commit
a2292665a4
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <configs/xilinx_zynqmp.h>
|
||||
|
||||
/* Undef unneeded configs */
|
||||
#undef CONFIG_BOOTCOMMAND
|
||||
#undef CONFIG_EXTRA_ENV_SETTINGS
|
||||
#undef CONFIG_SYS_MALLOC_LEN
|
||||
#undef CONFIG_ZLIB
|
||||
|
|
Loading…
Reference in a new issue