Skip to content

Commit 7071ec2

Browse files
Do not hardcode rootfs image name to allow automatic usage
This was a weird decision in the first place, I think it was to make it easier to compile the kernel directly, but it just causes issues in buildroot, which people should probably be using anyway...?
1 parent 253c328 commit 7071ec2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arch/arm/configs/nintendo3ds_defconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CONFIG_CHECKPOINT_RESTORE=y
1919
CONFIG_SCHED_AUTOGROUP=y
2020
CONFIG_RELAY=y
2121
CONFIG_BLK_DEV_INITRD=y
22-
CONFIG_INITRAMFS_SOURCE="rootfs.cpio.gz"
2322
# CONFIG_RD_BZIP2 is not set
2423
# CONFIG_RD_LZMA is not set
2524
# CONFIG_RD_XZ is not set
@@ -57,6 +56,7 @@ CONFIG_JUMP_LABEL=y
5756
# CONFIG_SECCOMP is not set
5857
# CONFIG_STACKPROTECTOR_STRONG is not set
5958
CONFIG_STRICT_KERNEL_RWX=y
59+
# CONFIG_GCC_PLUGINS is not set
6060
CONFIG_BLK_DEV_BSGLIB=y
6161
CONFIG_BLK_DEV_INTEGRITY=y
6262
CONFIG_BLK_DEV_THROTTLING=y
@@ -126,7 +126,6 @@ CONFIG_FB_MODE_HELPERS=y
126126
CONFIG_FB_SIMPLE=y
127127
CONFIG_LCD_CLASS_DEVICE=y
128128
CONFIG_BACKLIGHT_CLASS_DEVICE=y
129-
CONFIG_FRAMEBUFFER_CONSOLE=y
130129
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
131130
# CONFIG_HID is not set
132131
# CONFIG_USB_SUPPORT is not set
@@ -265,9 +264,7 @@ CONFIG_CRC7=y
265264
CONFIG_LIBCRC32C=y
266265
CONFIG_CRC8=y
267266
CONFIG_XZ_DEC=y
268-
CONFIG_FONTS=y
269267
CONFIG_FONT_8x8=y
270-
CONFIG_FONT_10x18=y
271268
CONFIG_PRINTK_TIME=y
272269
CONFIG_BOOT_PRINTK_DELAY=y
273270
CONFIG_DYNAMIC_DEBUG=y

0 commit comments

Comments
 (0)