mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
d13f92b742
This patch is doing two things. 1. Exchanging order of boot commands. distro_bootcmd is run first followed by Xilinx boot command. 2. Remove CONFIG_BOOTCOMMAND from configs (and follow mainline) by creating Xilinx distribution bootcommand and wiring it as the last bootcommand. QSPI, NAND distribution boot command will be added later. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
43 lines
1.1 KiB
Text
43 lines
1.1 KiB
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQ=y
|
|
CONFIG_SYS_TEXT_BASE=0x4000000
|
|
CONFIG_SPL=y
|
|
CONFIG_DEBUG_UART_BASE=0xe0001000
|
|
CONFIG_DEBUG_UART_CLOCK=50000000
|
|
CONFIG_IDENT_STRING=" Xilinx Zynq ZC770 XM011 x16"
|
|
CONFIG_SPL_STACK_R_ADDR=0x200000
|
|
# CONFIG_SPL_FS_FAT is not set
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_IMAGE_FORMAT_LEGACY=y
|
|
CONFIG_SPL_STACK_R=y
|
|
CONFIG_SPL_OS_BOOT=y
|
|
CONFIG_SYS_PROMPT="Zynq> "
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_FPGA_LOADBP=y
|
|
CONFIG_CMD_FPGA_LOADFS=y
|
|
CONFIG_CMD_FPGA_LOADMK=y
|
|
CONFIG_CMD_FPGA_LOADP=y
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_NAND_LOCK_UNLOCK=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NET is not set
|
|
CONFIG_CMD_CACHE=y
|
|
# CONFIG_SPL_DOS_PARTITION is not set
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011-x16"
|
|
CONFIG_SPL_DM_SEQ_ALIAS=y
|
|
CONFIG_BLK=y
|
|
CONFIG_FPGA_XILINX=y
|
|
CONFIG_FPGA_ZYNQPL=y
|
|
CONFIG_DM_GPIO=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_MTD_DEVICE=y
|
|
CONFIG_NAND=y
|
|
CONFIG_NAND_ZYNQ=y
|
|
CONFIG_DEBUG_UART_ZYNQ=y
|
|
CONFIG_DEBUG_UART_ANNOUNCE=y
|
|
CONFIG_ZYNQ_SERIAL=y
|