* Adjust kernel for C2/N2 & Kenrel 5.4.16 * Update docs * Add script to fix mac with efuse * Fix script * update description * Fix script * Use u-boot patch * Fix patch
18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
# CONFIG_LOCALVERSION_AUTO is not set
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
# CONFIG_EXPERT is not set
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_BOOTDELAY=-2
|
|
CONFIG_SYS_PROMPT="HassOS> "
|
|
# CONFIG_ISO_PARTITION is not set
|
|
CONFIG_EFI_PARTITION=y
|
|
CONFIG_FS_EXT4=y
|
|
CONFIG_FS_FAT=y
|
|
# CONFIG_ENV_IS_IN_FAT is not set
|
|
# CONFIG_ENV_IS_IN_EXT4 is not set
|
|
CONFIG_ENV_IS_NOWHERE=Y
|
|
# CONFIG_EFI_LOADER is not set
|
|
CONFIG_CMD_SETEXPR=y
|
|
CONFIG_CMD_FILEENV=y
|