mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 12:46:59 +02:00
configs: mt8518: set global variables for fastboot
set common fastboot variables for mt8518 Signed-off-by: mingming lee <mingming.lee@mediatek.com>
This commit is contained in:
parent
e65016150e
commit
dafd97ff70
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
#include <linux/sizes.h>
|
#include <linux/sizes.h>
|
||||||
|
|
||||||
/* Machine ID */
|
|
||||||
#define CONFIG_SYS_NONCACHED_MEMORY SZ_1M
|
#define CONFIG_SYS_NONCACHED_MEMORY SZ_1M
|
||||||
|
|
||||||
#define CONFIG_CPU_ARMV8
|
#define CONFIG_CPU_ARMV8
|
||||||
@ -54,10 +53,15 @@
|
|||||||
#define ENV_BOOT_CMD \
|
#define ENV_BOOT_CMD \
|
||||||
"mtk_boot=run boot_rd_img;bootm;\0"
|
"mtk_boot=run boot_rd_img;bootm;\0"
|
||||||
|
|
||||||
|
#define ENV_FASTBOOT \
|
||||||
|
"serial#=1234567890ABCDEF\0" \
|
||||||
|
"board=mt8518\0"
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"fdt_high=0x6c000000\0" \
|
"fdt_high=0x6c000000\0" \
|
||||||
ENV_DEVICE_SETTINGS \
|
ENV_DEVICE_SETTINGS \
|
||||||
ENV_BOOT_READ_IMAGE \
|
ENV_BOOT_READ_IMAGE \
|
||||||
|
ENV_FASTBOOT \
|
||||||
ENV_BOOT_CMD \
|
ENV_BOOT_CMD \
|
||||||
"bootcmd=run mtk_boot;\0" \
|
"bootcmd=run mtk_boot;\0" \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user