mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
toradex: set default dhcp distroboot scriptname
Use the same name of DHCP Distroboot script as in regular eMMC case. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
parent
2575d70baa
commit
1377a776c3
12 changed files with 14 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
BOOTENV \
|
||||
MEM_LAYOUT_ENV_SETTINGS \
|
||||
"boot_file=Image\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttyLP1 earlycon\0" \
|
||||
"fdt_addr=0x83000000\0" \
|
||||
"fdt_file=fsl-imx8qm-apalis-eval.dtb\0" \
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
|
||||
#define BOARD_EXTRA_ENV_SETTINGS \
|
||||
"boot_file=zImage\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttyS0\0" \
|
||||
"defargs=lp0_vec=2064@0xf46ff000 core_edp_mv=1150 core_edp_ma=4000 " \
|
||||
"usb_port_owner_info=2 lane_owner_info=6 emc_max_dvfs=0 " \
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
BOOTENV \
|
||||
"boot_file=zImage\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=enable_wait_mode=off vmalloc=400M\0" \
|
||||
"fdt_file=" FDT_FILE "\0" \
|
||||
|
|
|
@ -47,7 +47,8 @@
|
|||
"mmc write ${loadaddr} ${uboot_blk} ${blkcnt}\0" \
|
||||
|
||||
#define BOARD_EXTRA_ENV_SETTINGS \
|
||||
UBOOT_UPDATE
|
||||
UBOOT_UPDATE \
|
||||
"boot_script_dhcp=boot.scr\0"
|
||||
|
||||
#include "tegra-common-post.h"
|
||||
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
NFS_BOOTCMD \
|
||||
UBI_BOOTCMD \
|
||||
UBOOT_UPDATE \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"bootubipart=ubi\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=user_debug=30\0" \
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
M4_BOOT_ENV \
|
||||
MEM_LAYOUT_ENV_SETTINGS \
|
||||
"boot_file=Image\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"consoleargs=console=ttyLP3,${baudrate} earlycon\0" \
|
||||
"fdt_addr=0x83000000\0" \
|
||||
"fdt_file=fsl-imx8qxp-colibri-dsihdmi-eval-v3.dtb\0" \
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
BOOTENV \
|
||||
"boot_file=zImage\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=enable_wait_mode=off galcore.contiguousSize=50331648\0" \
|
||||
"fdt_file=" FDT_FILE "\0" \
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
MODULE_EXTRA_ENV_SETTINGS \
|
||||
UBOOT_UPDATE \
|
||||
"boot_file=zImage\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"bootubipart=ubi\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=\0" \
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
/* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */
|
||||
#define BOARD_EXTRA_ENV_SETTINGS \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
|
||||
UBOOT_UPDATE
|
||||
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
"mmc write ${loadaddr} ${uboot_blk} ${blkcnt}\0" \
|
||||
|
||||
#define BOARD_EXTRA_ENV_SETTINGS \
|
||||
UBOOT_UPDATE
|
||||
UBOOT_UPDATE \
|
||||
"boot_script_dhcp=boot.scr\0"
|
||||
|
||||
#include "tegra-common-post.h"
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
NFS_BOOTCMD \
|
||||
UBI_BOOTCMD \
|
||||
UBOOT_UPDATE \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttyLP0\0" \
|
||||
"defargs=user_debug=30\0" \
|
||||
"dfu_alt_info=" DFU_ALT_NAND_INFO "\0" \
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
MEM_LAYOUT_ENV_SETTINGS \
|
||||
"bootcmd_mfg=fastboot 0\0" \
|
||||
"boot_file=Image\0" \
|
||||
"boot_script_dhcp=boot.scr\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"fdt_addr=0x43000000\0" \
|
||||
"fdt_board=dev\0" \
|
||||
|
|
Loading…
Reference in a new issue