configs: mt8516: use bootcmd from config_distro_bootcmd.h
Instead of redefining our own way to boot, let's just use config_distro_bootcmd.h. Signed-off-by: Fabien Parent <fparent@baylibre.com>
This commit is contained in:
parent
4e828d9c75
commit
21f593214b
@ -31,23 +31,11 @@
|
|||||||
/* Environment settings */
|
/* Environment settings */
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
|
|
||||||
#define MMCBOOT \
|
#define BOOT_TARGET_DEVICES(func) \
|
||||||
"mmcdev=0\0" \
|
func(MMC, mmc, 0)
|
||||||
"kernel_partition=2\0" \
|
|
||||||
"rootfs_partition=3\0" \
|
|
||||||
"mmc_discover_partition=" \
|
|
||||||
"part start mmc ${mmcdev} ${kernel_partition} kernel_part_addr;" \
|
|
||||||
"part size mmc ${mmcdev} ${kernel_partition} kernel_part_size;\0" \
|
|
||||||
"mmcboot=" \
|
|
||||||
"mmc dev ${mmcdev};" \
|
|
||||||
"run mmc_discover_partition;" \
|
|
||||||
"mmc read ${kerneladdr} ${kernel_part_addr} ${kernel_part_size};" \
|
|
||||||
"setenv bootargs ${bootargs} root=/dev/mmcblk${mmcdev}p${rootfs_partition} rootwait; " \
|
|
||||||
"bootm ${kerneladdr}; \0"
|
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"kerneladdr=0x4A000000\0" \
|
"scriptaddr=0x40000000\0" \
|
||||||
MMCBOOT \
|
BOOTENV
|
||||||
"bootcmd=run mmcboot;\0"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user