You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/13 13:53:08 UTC

[GitHub] [incubator-nuttx] zhhyu7 opened a new pull request, #7303: arm64/qemu/qemu-a53: Ensure the purity of the defconfig

zhhyu7 opened a new pull request, #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303

     Configuring...
     Building NuttX...
     Normalize qemu-a53/nsh
   13a14
   > CONFIG_ARCH_CHIP_QEMU_A53=y
   Saving the new configuration file
   On branch master
   Your branch is up to date with 'origin/master'.
   
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
   	modified:   boards/arm64/qemu/qemu-a53/configs/nsh/defconfig
   	modified:   boards/arm64/qemu/qemu-a53/configs/nsh_smp/defconfig
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] HidenoriMatsubayashi commented on pull request #7303: arm64/qemu/qemu-a53: Ensure the purity of the defconfig

Posted by GitBox <gi...@apache.org>.
HidenoriMatsubayashi commented on PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303#issuecomment-1277752012

   @zhhyu7 @xiaoxiang781216 
   
   `CONFIG_ARCH_CHIP_QEMU_A53` exists in the output file of `make savedefconfig`. And also, it's defined in `arch/arm64/src/qemu/Kconfig`.
   
   ```
   #
   # Qemu Virt Chip Selection
   #
   CONFIG_ARCH_CHIP_QEMU_A53=y
   ```
   
   Sorry for my wrong change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7303: arm64/qemu/qemu-a53: Ensure the purity of the defconfig

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] HidenoriMatsubayashi commented on pull request #7303: arm64/qemu/qemu-a53: Ensure the purity of the defconfig

Posted by GitBox <gi...@apache.org>.
HidenoriMatsubayashi commented on PR #7303:
URL: https://github.com/apache/incubator-nuttx/pull/7303#issuecomment-1277713999

   > Normalize qemu-a53/nsh
   
   This may be my mistake, but what does this mean?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org