Skip to content

Commit

Permalink
Merge pull request #730 from danielskinstad/move-config-files
Browse files Browse the repository at this point in the history
Reorganize config files and update README
  • Loading branch information
danielskinstad authored Dec 16, 2024
2 parents 56421af + 51dbf08 commit be3b6c6
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ These configurations are officially supported.

| Configuration | Supported OS / hardware |
| :------------ | :---------------------- |
| generic_x86-64_config | Generic x86, 64bit distribution *use this as a starting point only!* |
| generic_x86-64_hdd_config | Generic x86, 64bit distribution *use this as a starting point only!* |
| raspberrypi/uboot/raspberrypi0w_config | RaspberryPi 0w, Raspbian 32bit |
| raspberrypi/uboot/debian/raspberrypi3_bookworm_64bit_config | RaspberryPi 3, Raspberry Pi OS "bookworm" 64bit |
| raspberrypi/uboot/debian/raspberrypi4_bookworm_64bit_config | RaspberryPi 4, Raspberry Pi OS "bookworm" 64bit |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/uboot/include/bookworm_config
source configs/raspberrypi/uboot/raspberrypi3_config
source configs/raspberrypi/uboot/include/raspberrypi3_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/uboot/include/bookworm_config
source configs/raspberrypi/uboot/raspberrypi3_64_config
source configs/raspberrypi/uboot/include/raspberrypi3_64_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/include/pre_bookworm_config
source configs/raspberrypi/uboot/raspberrypi3_config
source configs/raspberrypi/uboot/include/raspberrypi3_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/include/pre_bookworm_config
source configs/raspberrypi/uboot/raspberrypi3_64_config
source configs/raspberrypi/uboot/include/raspberrypi3_64_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/uboot/include/bookworm_config
source configs/raspberrypi/uboot/raspberrypi4_config
source configs/raspberrypi/uboot/include/raspberrypi4_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/uboot/include/bookworm_config
source configs/raspberrypi/uboot/raspberrypi4_64_config
source configs/raspberrypi/uboot/include/raspberrypi4_64_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/include/pre_bookworm_config
source configs/raspberrypi/uboot/raspberrypi4_config
source configs/raspberrypi/uboot/include/raspberrypi4_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/include/pre_bookworm_config
source configs/raspberrypi/uboot/raspberrypi4_64_config
source configs/raspberrypi/uboot/include/raspberrypi4_64_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source configs/raspberrypi/uboot/include/bookworm_config
source configs/raspberrypi/uboot/raspberrypi5_64_config
source configs/raspberrypi/uboot/include/raspberrypi5_64_config

0 comments on commit be3b6c6

Please sign in to comment.