mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ls1043a: add env variables to assist boot
Add LS1043ARDB-specific variables to assist the boot process, and update the related common and LS1043AQDS settings accordingly. Signed-off-by: Chunguang Li <chunguang.li_2@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
#include <config_distro_bootcmd.h>
|
||||
|
||||
/* Initial environment variables */
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
#define EXTRA_ENV_SETTINGS \
|
||||
"hwconfig=fsl_ddr:bank_intlv=auto\0" \
|
||||
"initrd_high=0xffffffffffffffff\0" \
|
||||
"kernel_addr=0x61000000\0" \
|
||||
|
||||
@@ -295,6 +295,11 @@
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
#ifndef SPL_NO_MISC
|
||||
/* Initial environment variables */
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
EXTRA_ENV_SETTINGS
|
||||
#endif
|
||||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
|
||||
@@ -201,4 +201,14 @@
|
||||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifndef SPL_NO_MISC
|
||||
/* Initial environment variables */
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
EXTRA_ENV_SETTINGS \
|
||||
"board=ls1043ardb\0" \
|
||||
"fdtfile=fsl-ls1043a-rdb-sdk.dtb\0" \
|
||||
"image=Image\0" \
|
||||
"console_dbg=earlycon=uart8250,mmio,0x21c0500\0"
|
||||
#endif
|
||||
|
||||
#endif /* __LS1043ARDB_H__ */
|
||||
|
||||
Reference in New Issue
Block a user