Skip to content

Commit

Permalink
Merge pull request #20 from paresh-bhagat12/jailhouse
Browse files Browse the repository at this point in the history
Change name of uboot-extras repo
  • Loading branch information
cshilwant authored Mar 13, 2024
2 parents 9878347 + 85a5039 commit c8bfe68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/platforms/am62pxx-evm-rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TI_LINUX_FIRMWARE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)
UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl31.bin
UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl32.bin
LINUXEXTRASKERNEL_INSTALL_DIR=$(TI_SDK_PATH)/board-support/linux-extras-*
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse-*

# Add configs for ti-img-rogue-driver
PVR_BUILD_DIR=am62p_linux
Expand Down
2 changes: 1 addition & 1 deletion configs/platforms/am62pxx-evm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TI_LINUX_FIRMWARE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)
UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl31.bin
UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl32.bin
LINUXEXTRASKERNEL_INSTALL_DIR=$(TI_SDK_PATH)/board-support/linux-extras-*
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse-*

# Add configs for ti-img-rogue-driver
PVR_BUILD_DIR=am62p_linux
Expand Down
2 changes: 1 addition & 1 deletion configs/platforms/am62xx-evm-rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TI_LINUX_FIRMWARE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)
UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl31.bin
UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl32.bin
LINUXEXTRASKERNEL_INSTALL_DIR=$(TI_SDK_PATH)/board-support/linux-extras-*
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse-*

# Add configs for ti-img-rogue-driver
PVR_BUILD_DIR=am62_linux
Expand Down
2 changes: 1 addition & 1 deletion configs/platforms/am62xx-evm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TI_LINUX_FIRMWARE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)
UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl31.bin
UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/$(PLATFORM)/bl32.bin
LINUXEXTRASKERNEL_INSTALL_DIR=$(TI_SDK_PATH)/board-support/linux-extras-*
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse
UBOOTEXTRAS_SRC_DIR=$(TI_SDK_PATH)/board-support/u-boot-extras-jailhouse-*

# Add configs for ti-img-rogue-driver
PVR_BUILD_DIR=am62_linux
Expand Down

0 comments on commit c8bfe68

Please sign in to comment.