mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
kc1: Add some sysboot and devicetree-related environment variables
This adds some environment variables for sysboot and devicetree. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
parent
163d876472
commit
44b0cf46c1
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@
|
||||||
"boot_mmc_dev=0\0" \
|
"boot_mmc_dev=0\0" \
|
||||||
"kernel_mmc_part=7\0" \
|
"kernel_mmc_part=7\0" \
|
||||||
"recovery_mmc_part=5\0" \
|
"recovery_mmc_part=5\0" \
|
||||||
|
"fdtfile=omap4-kc1.dtb\0" \
|
||||||
|
"bootfile=/boot/extlinux/extlinux.conf\0" \
|
||||||
"bootargs=console=ttyO2,115200 mem=512M\0"
|
"bootargs=console=ttyO2,115200 mem=512M\0"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue