projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003c6af
)
sh: Fix up KERNEL_ENTRY calculation for uImage.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 17 Dec 2007 07:08:49 +0000
(16:08 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:01 +0000
(13:19 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boot/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boot/Makefile
b/arch/sh/boot/Makefile
index 4b3a6f19c3b54e8fcbf1bd03fa92ce727f4d379f..59f552c13349a310f15d1fb3eb87b8f1f2fb27a8 100644
(file)
--- a/
arch/sh/boot/Makefile
+++ b/
arch/sh/boot/Makefile
@@
-38,8
+38,9
@@
KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%8x" \
$(CONFIG_ZERO_PAGE_OFFSET)]')
KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%8x" \
- $$[$(KERNEL_LOAD)+0x1000]')
-
+ $$[$(CONFIG_PAGE_OFFSET) + \
+ $(CONFIG_MEMORY_START) + \
+ $(CONFIG_ZERO_PAGE_OFFSET)+0x1000]')
quiet_cmd_uimage = UIMAGE $@
cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \