3ed9591e41
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Tweaked-by: Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
8 lines
299 B
Batchfile
8 lines
299 B
Batchfile
textout 0 -1 \"Preparing to boot from SD card...\" FFF000
|
|
setenv memtotal 447M
|
|
setenv mbsize 56M
|
|
setenv mmcid 0
|
|
setenv bootargs mem=${memtotal} root=/dev/mmcblk0p2 rootwait console=tty1 init=/sbin/init rootfstype=ext4
|
|
fatload mmc 0 0 uImage-tokio-techbook
|
|
textout -1 -1 \"BOOTING!!\" 00FF00
|
|
bootm 0
|