1
0
Fork 0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-11-23 11:29:43 +01:00

still boots

This commit is contained in:
Samuel Dionne-Riel 2020-06-21 21:55:19 -04:00
parent 0476d8e039
commit e7f671a6c8

View file

@ -578,8 +578,8 @@ CONFIG_CMD_SAVEENV=y
CONFIG_CMD_ENV_EXISTS=y CONFIG_CMD_ENV_EXISTS=y
# CONFIG_CMD_ENV_CALLBACK is not set # CONFIG_CMD_ENV_CALLBACK is not set
# CONFIG_CMD_ENV_FLAGS is not set # CONFIG_CMD_ENV_FLAGS is not set
# CONFIG_CMD_NVEDIT_EFI is not set CONFIG_CMD_NVEDIT_EFI=y
# CONFIG_CMD_NVEDIT_INFO is not set CONFIG_CMD_NVEDIT_INFO=y
# #
# Memory commands # Memory commands
@ -613,7 +613,7 @@ CONFIG_CMD_UNZIP=y
# CONFIG_CMD_ADC is not set # CONFIG_CMD_ADC is not set
# CONFIG_CMD_BCB is not set # CONFIG_CMD_BCB is not set
# CONFIG_CMD_BIND is not set # CONFIG_CMD_BIND is not set
# CONFIG_CMD_CLK is not set CONFIG_CMD_CLK=y
# CONFIG_CMD_DEMO is not set # CONFIG_CMD_DEMO is not set
# CONFIG_CMD_DFU is not set # CONFIG_CMD_DFU is not set
CONFIG_CMD_DM=y CONFIG_CMD_DM=y
@ -703,13 +703,13 @@ CONFIG_CMD_BLOCK_CACHE=y
# CONFIG_CMD_CACHE is not set # CONFIG_CMD_CACHE is not set
# CONFIG_CMD_CONITRACE is not set # CONFIG_CMD_CONITRACE is not set
# CONFIG_CMD_CLS is not set # CONFIG_CMD_CLS is not set
# CONFIG_CMD_EFIDEBUG is not set CONFIG_CMD_EFIDEBUG=y
# CONFIG_CMD_EXCEPTION is not set # CONFIG_CMD_EXCEPTION is not set
CONFIG_CMD_LED=y CONFIG_CMD_LED=y
# CONFIG_CMD_DATE is not set # CONFIG_CMD_DATE is not set
CONFIG_CMD_TIME=y CONFIG_CMD_TIME=y
# CONFIG_CMD_GETTIME is not set # CONFIG_CMD_GETTIME is not set
# CONFIG_CMD_RNG is not set CONFIG_CMD_RNG=y
CONFIG_CMD_MISC=y CONFIG_CMD_MISC=y
# CONFIG_MP is not set # CONFIG_MP is not set
# CONFIG_CMD_TIMER is not set # CONFIG_CMD_TIMER is not set