diff options
-rw-r--r-- | meta/classes-recipe/kernel.bbclass | 2 | ||||
-rw-r--r-- | meta/classes-recipe/uboot-config.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index 64a685a964..36ce659762 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
@@ -233,7 +233,7 @@ KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" | |||
233 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 233 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
234 | 234 | ||
235 | # U-Boot support | 235 | # U-Boot support |
236 | UBOOT_ENTRYPOINT ?= "20008000" | 236 | UBOOT_ENTRYPOINT ?= "0x20008000" |
237 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" | 237 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" |
238 | 238 | ||
239 | # Some Linux kernel configurations need additional parameters on the command line | 239 | # Some Linux kernel configurations need additional parameters on the command line |
diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass index 74992182c3..f44605cb6a 100644 --- a/meta/classes-recipe/uboot-config.bbclass +++ b/meta/classes-recipe/uboot-config.bbclass | |||
@@ -19,7 +19,7 @@ def removesuffix(s, suffix): | |||
19 | return s[:-len(suffix)] | 19 | return s[:-len(suffix)] |
20 | return s | 20 | return s |
21 | 21 | ||
22 | UBOOT_ENTRYPOINT ?= "20008000" | 22 | UBOOT_ENTRYPOINT ?= "0x20008000" |
23 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" | 23 | UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" |
24 | 24 | ||
25 | # Some versions of u-boot use .bin and others use .img. By default use .bin | 25 | # Some versions of u-boot use .bin and others use .img. By default use .bin |