#########################################################################
# File...: /boot/platform/hwm_bw/config.txt
# Purpose: "Include" config file to instruct the RPi native Boot Loader
#           to boot the Slackware Kernel & Installer or OS InitRD.
# Date...: 19-Oct-2025
#########################################################################
# Changes
# 22-Dec-2021: Initial version
# 19-Oct-2025: Migrated from U-Boot to the RPi Native Boot Loader.
#########################################################################
# Notes
# [1] This file is not actively managed by the Slackware OS.
#########################################################################

kernel=slk_image-armv8
initramfs slk_initrd-armv8.img followkernel
# If using the mainline Kernel (Slackware standard), this configuration is
# required for the Device Trees to load:
upstream_kernel=1

