aboutsummaryrefslogtreecommitdiffstats
path: root/rpi
diff options
context:
space:
mode:
authorDaniel Tartavel <contact@librepc.com>2018-10-12 08:49:54 +0200
committerDaniel Tartavel <contact@librepc.com>2018-10-12 08:49:54 +0200
commit10ce931950da38fe63e7023900d02134fe1fc772 (patch)
tree44d9540a585e20bd78566b1b9ea592e7b1de28a7 /rpi
parentff35f306cb691ccef2a9aef6f6ac9caee5e8f6e5 (diff)
downloadmageia4arm-10ce931950da38fe63e7023900d02134fe1fc772.tar
mageia4arm-10ce931950da38fe63e7023900d02134fe1fc772.tar.gz
mageia4arm-10ce931950da38fe63e7023900d02134fe1fc772.tar.bz2
mageia4arm-10ce931950da38fe63e7023900d02134fe1fc772.tar.xz
mageia4arm-10ce931950da38fe63e7023900d02134fe1fc772.zip
- suppressed raspberry pi fondation hardware ( only Mageia packages )
- added fsck.repair=1 in config.txt
Diffstat (limited to 'rpi')
-rw-r--r--rpi/config.txt2
-rw-r--r--rpi/u-boot.config11
2 files changed, 1 insertions, 12 deletions
diff --git a/rpi/config.txt b/rpi/config.txt
index 235246c..a27b5de 100644
--- a/rpi/config.txt
+++ b/rpi/config.txt
@@ -1069,7 +1069,7 @@ arm_freq=900
##
## Default off.
##
-#dtparam=audio=off
+dtparam=audio=on
## i2c_arm
## Enable the ARM's i2c interface
diff --git a/rpi/u-boot.config b/rpi/u-boot.config
deleted file mode 100644
index b8ca6e7..0000000
--- a/rpi/u-boot.config
+++ /dev/null
@@ -1,11 +0,0 @@
-# swarren's branch already sets this automatically, so you can skip this
-# Mainline U-Boot will set the following automatically soon
-setenv fdtfile bcm2835-rpi-b.dtb
-
-mmc dev 0
-fatload mmc 0:1 ${kernel_addr_r} zImage
-# IMPORTANT NOTE: On mainline u-boot, the correct variable to use here is ${fdt_addr} and NOT ${fdt_addr_r}
-fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}
-setenv bootargs earlyprintk console=tty0 console=ttyAMA0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait noinitrd
-# IMPORTANT NOTE: On mainline u-boot, the correct variable to use here is ${fdt_addr} and NOT ${fdt_addr_r}
-bootz ${kernel_addr_r} - ${fdt_addr_r}