diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-10 17:06:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-10 17:06:27 -0600 |
commit | 777c28460947371ada40868dc994dfe8537d7115 (patch) | |
tree | ed76982806de141ac6bcbc303b3167f90e8877e7 /configs/xilinx_zynqmp_mini_nand_defconfig | |
parent | ab3453e7b12daef47b9e91da2a2a3d48615dc6fc (diff) | |
parent | cf70f75447133c497f9e5c56f2b33c8f2d3f08b5 (diff) | |
download | u-boot-777c28460947371ada40868dc994dfe8537d7115.tar.gz |
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
Simon Glass <sjg@chromium.org> says:
This series is the culmanation of the current line of refactoring
series. It adjusts pxe to call the booting functionality directly
rather than going through the command-line interface.
With this is is possible to boot using the extlinux bootmeth without
the command line enabled.
It also updates fastboot to do a similar thing.
Diffstat (limited to 'configs/xilinx_zynqmp_mini_nand_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_mini_nand_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_mini_nand_defconfig b/configs/xilinx_zynqmp_mini_nand_defconfig index d2e920fc573..ae0c3ae7186 100644 --- a/configs/xilinx_zynqmp_mini_nand_defconfig +++ b/configs/xilinx_zynqmp_mini_nand_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_LOAD_ADDR=0x8000000 CONFIG_REMAKE_ELF=y # CONFIG_MP is not set CONFIG_FIT=y +# CONFIG_BOOTM is not set CONFIG_SUPPORT_RAW_INITRD=y # CONFIG_AUTOBOOT is not set CONFIG_SYS_CBSIZE=1024 @@ -27,7 +28,6 @@ CONFIG_CLOCKS=y # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set -# CONFIG_CMD_BOOTM is not set # CONFIG_CMD_BOOTI is not set # CONFIG_CMD_GO is not set # CONFIG_CMD_RUN is not set |