diff options
| -rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 5 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/j7200-hs-evm.conf | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/j721e-hs-evm.conf | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | 8 |
5 files changed, 5 insertions, 32 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf index ea1f8ff1..2c1256d0 100644 --- a/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | |||
| @@ -6,14 +6,6 @@ require conf/machine/include/am65xx.inc | |||
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am65x_hs_evm_a53_defconfig" |
| 8 | 8 | ||
| 9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
| 10 | UBOOT_LOADADDRESS = "0x80080000" | ||
| 11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
| 14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
| 15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
| 16 | |||
| 17 | SPL_BINARY = "tispl.bin_HS" | 9 | SPL_BINARY = "tispl.bin_HS" |
| 18 | UBOOT_BINARY = "u-boot.img_HS" | 10 | UBOOT_BINARY = "u-boot.img_HS" |
| 19 | UBOOT_SYMLINK = "u-boot.img" | 11 | UBOOT_SYMLINK = "u-boot.img" |
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index e4ef2f94..93bcea76 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
| @@ -21,6 +21,11 @@ KERNEL_CLASSES += "kernel-fitimage" | |||
| 21 | UBOOT_ARCH = "arm" | 21 | UBOOT_ARCH = "arm" |
| 22 | UBOOT_ENTRYPOINT = "0x80008000" | 22 | UBOOT_ENTRYPOINT = "0x80008000" |
| 23 | UBOOT_LOADADDRESS = "0x80008000" | 23 | UBOOT_LOADADDRESS = "0x80008000" |
| 24 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 25 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 26 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
| 27 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
| 28 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
| 24 | 29 | ||
| 25 | SPL_BINARY = "tispl.bin" | 30 | SPL_BINARY = "tispl.bin" |
| 26 | SPL_BINARYNAME = "tispl.bin" | 31 | SPL_BINARYNAME = "tispl.bin" |
diff --git a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf index ef7268b1..dc928974 100644 --- a/meta-ti-bsp/conf/machine/j7200-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j7200-hs-evm.conf | |||
| @@ -6,14 +6,6 @@ require conf/machine/j7200-evm.conf | |||
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" | 7 | UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" |
| 8 | 8 | ||
| 9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
| 10 | UBOOT_LOADADDRESS = "0x80080000" | ||
| 11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
| 14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
| 15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
| 16 | |||
| 17 | SPL_BINARY = "tispl.bin_HS" | 9 | SPL_BINARY = "tispl.bin_HS" |
| 18 | UBOOT_BINARY = "u-boot.img_HS" | 10 | UBOOT_BINARY = "u-boot.img_HS" |
| 19 | UBOOT_SYMLINK = "u-boot.img" | 11 | UBOOT_SYMLINK = "u-boot.img" |
diff --git a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf b/meta-ti-bsp/conf/machine/j721e-hs-evm.conf index acd5ca18..00ec1998 100644 --- a/meta-ti-bsp/conf/machine/j721e-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j721e-hs-evm.conf | |||
| @@ -6,14 +6,6 @@ require conf/machine/j721e-evm.conf | |||
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig" | 7 | UBOOT_MACHINE = "j721e_hs_evm_a72_defconfig" |
| 8 | 8 | ||
| 9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
| 10 | UBOOT_LOADADDRESS = "0x80080000" | ||
| 11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
| 14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
| 15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
| 16 | |||
| 17 | SPL_BINARY = "tispl.bin_HS" | 9 | SPL_BINARY = "tispl.bin_HS" |
| 18 | UBOOT_BINARY = "u-boot.img_HS" | 10 | UBOOT_BINARY = "u-boot.img_HS" |
| 19 | UBOOT_SYMLINK = "u-boot.img" | 11 | UBOOT_SYMLINK = "u-boot.img" |
diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf index 84db90bb..3d737f44 100644 --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | |||
| @@ -6,14 +6,6 @@ require conf/machine/j721s2-evm.conf | |||
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig" | 7 | UBOOT_MACHINE = "j721s2_hs_evm_a72_defconfig" |
| 8 | 8 | ||
| 9 | UBOOT_ENTRYPOINT = "0x80080000" | ||
| 10 | UBOOT_LOADADDRESS = "0x80080000" | ||
| 11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 13 | UBOOT_DTB_LOADADDRESS = "0x83000000" | ||
| 14 | UBOOT_DTBO_LOADADDRESS = "0x83080000" | ||
| 15 | UBOOT_DTBO_OFFSET = "0x00010000" | ||
| 16 | |||
| 17 | SPL_BINARY = "tispl.bin_HS" | 9 | SPL_BINARY = "tispl.bin_HS" |
| 18 | UBOOT_BINARY = "u-boot.img_HS" | 10 | UBOOT_BINARY = "u-boot.img_HS" |
| 19 | UBOOT_SYMLINK = "u-boot.img" | 11 | UBOOT_SYMLINK = "u-boot.img" |
