diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-17 13:37:01 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-17 13:44:24 +0100 |
| commit | a2a00c2fcc412dae2adc59ca21e41d4da50543a8 (patch) | |
| tree | aa9e22a8a0de6d339d6ba2d21fef7203c26654c3 /gnu | |
| parent | dbdc450f55f15d694b966c8561b03040ae189273 (diff) | |
system: Remove nintendo-nes-classic-edition installer.
* gnu/system/install.scm (nintendo-nes-classic-edition-installation-os):
Delete variable.
* gnu/bootloader/u-boot.scm
(u-boot-nintendo-nes-classic-edition-bootloader): Delete variable.
Change-Id: I538d1b7d80f4d475c5389bd41cee4ab4358c05c2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/bootloader/u-boot.scm | 6 | ||||
| -rw-r--r-- | gnu/system/install.scm | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index 5d341e97fe8..850e350f26a 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm | |||
| @@ -41,7 +41,6 @@ | |||
| 41 | u-boot-cubietruck-bootloader | 41 | u-boot-cubietruck-bootloader |
| 42 | u-boot-firefly-rk3399-bootloader | 42 | u-boot-firefly-rk3399-bootloader |
| 43 | u-boot-mx6cuboxi-bootloader | 43 | u-boot-mx6cuboxi-bootloader |
| 44 | u-boot-nintendo-nes-classic-edition-bootloader | ||
| 45 | u-boot-novena-bootloader | 44 | u-boot-novena-bootloader |
| 46 | u-boot-orangepi-r1-plus-lts-rk3328-bootloader | 45 | u-boot-orangepi-r1-plus-lts-rk3328-bootloader |
| 47 | u-boot-orangepi-zero2w-bootloader | 46 | u-boot-orangepi-zero2w-bootloader |
| @@ -255,11 +254,6 @@ is BLOCK-SIZE * COUNT, or FILE size if COUNT is not given." | |||
| 255 | (inherit u-boot-bootloader) | 254 | (inherit u-boot-bootloader) |
| 256 | (disk-image-installer install-rockchip-u-boot))) | 255 | (disk-image-installer install-rockchip-u-boot))) |
| 257 | 256 | ||
| 258 | (define u-boot-nintendo-nes-classic-edition-bootloader | ||
| 259 | (bootloader | ||
| 260 | (inherit u-boot-allwinner-bootloader) | ||
| 261 | (package u-boot-nintendo-nes-classic-edition))) | ||
| 262 | |||
| 263 | (define u-boot-a20-olinuxino-lime-bootloader | 257 | (define u-boot-a20-olinuxino-lime-bootloader |
| 264 | (bootloader | 258 | (bootloader |
| 265 | (inherit u-boot-allwinner-bootloader) | 259 | (inherit u-boot-allwinner-bootloader) |
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 76fa4794c62..18f16001584 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -75,7 +75,6 @@ | |||
| 75 | am335x-evm-installation-os | 75 | am335x-evm-installation-os |
| 76 | beaglebone-black-installation-os | 76 | beaglebone-black-installation-os |
| 77 | mx6cuboxi-installation-os | 77 | mx6cuboxi-installation-os |
| 78 | nintendo-nes-classic-edition-installation-os | ||
| 79 | novena-installation-os | 78 | novena-installation-os |
| 80 | orangepi-r1-plus-lts-rk3328-installation-os | 79 | orangepi-r1-plus-lts-rk3328-installation-os |
| 81 | firefly-rk3399-installation-os | 80 | firefly-rk3399-installation-os |
| @@ -848,11 +847,6 @@ The bootloader BOOTLOADER is installed to BOOTLOADER-TARGET." | |||
| 848 | "/dev/mmcblk1" ; SD card storage | 847 | "/dev/mmcblk1" ; SD card storage |
| 849 | "ttymxc1")) | 848 | "ttymxc1")) |
| 850 | 849 | ||
| 851 | (define nintendo-nes-classic-edition-installation-os | ||
| 852 | (embedded-installation-os u-boot-nintendo-nes-classic-edition-bootloader | ||
| 853 | "/dev/mmcblk0" ; SD card (solder it yourself) | ||
| 854 | "ttyS0")) | ||
| 855 | |||
| 856 | (define orangepi-r1-plus-lts-rk3328-installation-os | 850 | (define orangepi-r1-plus-lts-rk3328-installation-os |
| 857 | (embedded-installation-os u-boot-orangepi-r1-plus-lts-rk3328-bootloader | 851 | (embedded-installation-os u-boot-orangepi-r1-plus-lts-rk3328-bootloader |
| 858 | "/dev/mmcblk0" ; SD card storage | 852 | "/dev/mmcblk0" ; SD card storage |
