mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
configs: ls2080aqds.h: Update mc size in env
Set MC Firmware size in read commands in env to 2MB. Update DDR Memory read address for MC firmware to 0x80a00000 and MC DPC address to 0x80e00000. Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
644dc8c49c
commit
f189899720
1 changed files with 4 additions and 4 deletions
|
@ -340,7 +340,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
#else
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define SD_MC_INIT_CMD \
|
||||
"mmcinfo;mmc read 0x80a00000 0x5000 0x1200;" \
|
||||
"mmcinfo;mmc read 0x80a00000 0x5000 0x1000;" \
|
||||
"mmc read 0x80e00000 0x7000 0x800;" \
|
||||
"fsl_mc start mc 0x80a00000 0x80e00000\0"
|
||||
#define IFC_MC_INIT_CMD \
|
||||
|
@ -413,9 +413,9 @@ unsigned long get_board_ddr_clk(void);
|
|||
"kernel_start=0x8000\0" \
|
||||
"kernel_load=0xa0000000\0" \
|
||||
"kernel_size=0x14000\0" \
|
||||
"mcinitcmd=mmcinfo;mmc read 0x80000000 0x5000 0x800;" \
|
||||
"mmc read 0x80100000 0x7000 0x800;" \
|
||||
"fsl_mc start mc 0x80000000 0x80100000\0" \
|
||||
"mcinitcmd=mmcinfo;mmc read 0x80a00000 0x5000 0x1000;" \
|
||||
"mmc read 0x80e00000 0x7000 0x800;" \
|
||||
"fsl_mc start mc 0x80a00000 0x80e00000\0" \
|
||||
"mcmemsize=0x70000000 \0"
|
||||
#else
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
|
|
Loading…
Reference in a new issue