[PATCHv2 08/12] PCM051: Add first stage support
Teresa Gamez
t.gamez at phytec.de
Wed Jul 10 03:21:00 EDT 2013
Am 09.07.2013 11:23, schrieb Teresa Gámez:
Hello Sascha,
> From: Shravan kumar <shravan.k at phytec.in>
>
> This patch adds first stage support for PCM051.
>
> Signed-off-by: Shravan kumar <shravan.k at phytec.in>
> Signed-off-by: Teresa Gámez <t.gamez at phytec.de>
> ---
> Changes in v2:
> - fixed aligment and register adress
> order in mach/am33xx-silicon.h
>
> arch/arm/boards/pcm051/board.c | 1 +
> arch/arm/boards/pcm051/env/boot/sd | 2 +-
> arch/arm/boards/pcm051/lowlevel.c | 206 ++++++++++++++++++++++
> arch/arm/configs/pcm051_mlo_defconfig | 33 ++++
> arch/arm/mach-omap/include/mach/am33xx-silicon.h | 13 ++
> scripts/mk-am35xx-spi-image.c | 2 +-
> 6 files changed, 255 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm/configs/pcm051_mlo_defconfig
>
>
>
> /* Ethernet MAC ID from EFuse */
> diff --git a/scripts/mk-am35xx-spi-image.c b/scripts/mk-am35xx-spi-image.c
> index 74e79db..b13568a 100644
> --- a/scripts/mk-am35xx-spi-image.c
> +++ b/scripts/mk-am35xx-spi-image.c
> @@ -63,7 +63,7 @@ int main(int argc, char *argv[])
> int opt;
> off_t pos;
> size_t size;
> - uint32_t addr = 0x40200000;
> + uint32_t addr = 0x402F0400;
> uint32_t temp;
>
> while((opt = getopt(argc, argv, "a:")) != -1) {
This last hunk has accidentally slipped in here.
Could you remove it?
Thanks
Teresa
More information about the barebox
mailing list