Skip to content

Commit

Permalink
[payloads] remove payloads due to copyright handle
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 30, 2023
1 parent 0670e5c commit acdc9e3
Show file tree
Hide file tree
Showing 70 changed files with 1 addition and 6,507 deletions.
3 changes: 1 addition & 2 deletions cmake/board/longanpi-3h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ set(ARCH_BIN_SRAM_LENGTH "128K")
set(ARCH_FEL_START_ADDRESS "0x00028000")
set(ARCH_FEL_SRAM_LENGTH "128K")

if(!CONFIG_USE_PREBUILT_DRAM_PAYLOAD)
# Create an external project and build it
ExternalProject_Add(
init_dram
Expand All @@ -48,8 +49,6 @@ ExternalProject_Add(
)

# Create inital init dram bin file for build
if(CONFIG_USE_PREBUILT_DRAM_PAYLOAD)
else()
add_custom_command(
TARGET init_dram
POST_BUILD COMMAND ${CMAKE_BIN2ARRAY} ${CONFIG_USE_DRAM_PAYLOAD_BIN_PATH} ${CONFIG_USE_DRAM_PAYLOAD_FILE_PATH} ${CONFIG_USE_DRAM_PAYLOAD_SECTION}
Expand Down
2 changes: 0 additions & 2 deletions payloads/arm64_helloworld/.gitignore

This file was deleted.

118 changes: 0 additions & 118 deletions payloads/arm64_helloworld/Makefile

This file was deleted.

83 changes: 0 additions & 83 deletions payloads/arm64_helloworld/include/byteorder.h

This file was deleted.

27 changes: 0 additions & 27 deletions payloads/arm64_helloworld/include/endian.h

This file was deleted.

54 changes: 0 additions & 54 deletions payloads/arm64_helloworld/include/io.h

This file was deleted.

19 changes: 0 additions & 19 deletions payloads/arm64_helloworld/include/rtc.h

This file was deleted.

34 changes: 0 additions & 34 deletions payloads/arm64_helloworld/include/stdarg.h

This file was deleted.

Loading

0 comments on commit acdc9e3

Please sign in to comment.