Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77832
b: refs/heads/master
c: 6fc5153
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent c9f24ae commit 86e4390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 003c6af6c6370cc3315ab828a0e6618f00713d96
refs/heads/master: 6fc5153aab2a6eb23e636d962e1aceaabd0dfb12
5 changes: 3 additions & 2 deletions trunk/arch/sh/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 86e4390

Please sign in to comment.