mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 20:52:22 -04:00
mx6qsabrelite: Use tabs to environment setting
This rework the environment to use tabs for environment setting as done in other boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
abbab70363
commit
d17087cd01
@ -175,7 +175,7 @@
|
|||||||
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
|
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
|
||||||
"netboot=echo Booting from net ...; " \
|
"netboot=echo Booting from net ...; " \
|
||||||
"run netargs; " \
|
"run netargs; " \
|
||||||
"dhcp ${uimage}; bootm\0" \
|
"dhcp ${uimage}; bootm\0"
|
||||||
|
|
||||||
#define CONFIG_BOOTCOMMAND \
|
#define CONFIG_BOOTCOMMAND \
|
||||||
"mmc dev ${mmcdev};" \
|
"mmc dev ${mmcdev};" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user