MrRockchip

core - config errores

Nov 27th, 2023 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. git revert --no-edit 0eab62b9cfadfd7d77ca4b14212fe1695e0a5dd8 # 5165 # GRF # util/kconfig: Uprev to Linux 6.6's kconfig
  2.  
  3. ### BECAUSE WITH THIS COMMIT, I GET THESE ERRORS:
  4.  
  5. ./coreboot/$ make menuconfig
  6. src/soc/intel/meteorlake/Kconfig:457:warning: config symbol defined without type
  7. ./coreboot/.config:26:warning: unknown symbol: COMPRESS_RAMSTAGE
  8. ./coreboot/.config:230:warning: unknown symbol: ARCH_ALL_STAGES_X86
  9. ./coreboot/.config:249:warning: unknown symbol: VBT_DATA_SIZE_KB
  10. ./coreboot/.config:256:warning: unknown symbol: UART_PCI_ADDR
  11. ./coreboot/.config:264:warning: unknown symbol: S3_DATA_POS
  12. ./coreboot/.config:265:warning: unknown symbol: S3_DATA_SIZE
  13. ./coreboot/.config:274:warning: unknown symbol: LOGICAL_CPUS
  14. ./coreboot/.config:459:warning: unknown symbol: INTEL_GMA_OPREGION_2_0
  15. ./coreboot/.config:572:warning: unknown symbol: PAYLOAD_YABITS
  16. ./coreboot/.config:574:warning: unknown symbol: PAYLOAD_TIANOCORE
  17.  
  18. ERROR: 10 warnings encountered, and warnings are errors.
  19.  
  20. make: *** [build/util/kconfig/Makefile.real:47: menuconfig] Error 1
Advertisement
Add Comment
Please, Sign In to add comment