-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: shmobile: bockw: remove legacy board file and config
Replaced by multi-platform. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
- Loading branch information
Ulrich Hecht
authored and
Simon Horman
committed
Sep 14, 2015
1 parent
c2c7375
commit 3d7608e
Showing
4 changed files
with
0 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +0,0 @@ | ||
# per-board load address for uImage | ||
loadaddr-y := | ||
loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000 | ||
|
||
__ZRELADDR := $(sort $(loadaddr-y)) | ||
zreladdr-y += $(__ZRELADDR) | ||
|
||
# Unsupported legacy stuff | ||
# | ||
#params_phys-y (Instead: Pass atags pointer in r2) | ||
#initrd_phys-y (Instead: Use compiled-in initramfs) | ||
Oops, something went wrong.