mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Put boot script name and root device into variables
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
ODROIDC2-UBOOT-CONFIG
|
||||
|
||||
setenv rootdev "/dev/mmcblk0p2"
|
||||
|
||||
# Possible screen resolutions
|
||||
# Uncomment only a single Line! The line with setenv written.
|
||||
# At least one mode must be selected.
|
||||
@@ -113,7 +115,7 @@ setenv condev "console=ttyS0,115200n8 console=tty0 consoleblank=0" # on both
|
||||
setenv verbosity "1"
|
||||
|
||||
# Boot Arguments
|
||||
setenv bootargs "root=/dev/mmcblk0p2 rootwait rootflags=data=writeback rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes loglevel=${verbosity} net.ifnames=0"
|
||||
setenv bootargs "root=${rootdev} rootwait rootflags=data=writeback rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes loglevel=${verbosity} net.ifnames=0 ${extraargs}"
|
||||
|
||||
# Booting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user