socfpga: chameleonv3: Move environment to a text file
Move the environment to an easily editable text file in the boot partition Signed-off-by: Paweł Anikiel <pan@semihalf.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Marek Vasut

parent
8f1b333457
commit
0f3c8fe392
13
board/google/chameleonv3/environment.txt
Normal file
13
board/google/chameleonv3/environment.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# MMC boot command
|
||||
bootcmd_mmc=load mmc 0:1 ${loadaddr} kernel.itb; bootm
|
||||
|
||||
# Network boot command and vars
|
||||
bootcmd_net=dhcp; tftpboot ${loadaddr} kernel.itb; bootm
|
||||
autoload=no
|
||||
serverip=192.168.0.1
|
||||
|
||||
# U-Boot will run this after loading this file
|
||||
bootcmd_txt=run bootcmd_mmc
|
||||
|
||||
# Kernel cmdline
|
||||
bootargs=cma=256M console=ttyS1,115200 root=/dev/mmcblk0p3 rootflags=subvol=root rw rootwait
|
Reference in New Issue
Block a user