Unify boot.scr generation so Makefile for device image generation won't grow without a reason. Also make boot-scr step optional. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>master
parent
e4fa22397f
commit
0ef28ea387
@ -1,6 +1,6 @@ |
||||
# Standard Boot-Script |
||||
# use only well-known variable names provided by U-Boot Distro boot |
||||
# This script assumes that there is a boot partition, |
||||
# This script assumes that there is a boot partition, |
||||
# and that the root partition is always the next one. |
||||
|
||||
# Override DeviceTree for Clearfog Base |
@ -1,6 +1,6 @@ |
||||
# Standard Boot-Script |
||||
# use only well-known variable names provided by U-Boot Distro boot |
||||
# This script assumes that there is a boot partition, |
||||
# This script assumes that there is a boot partition, |
||||
# and that the root partition is always the next one. |
||||
|
||||
# rootfs is always on the next partition |
Loading…
Reference in new issue