]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP: Cleanup boot parameters usage
authorSRICHARAN R <r.sricharan@ti.com>
Wed, 24 Apr 2013 00:41:24 +0000 (00:41 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:25:56 +0000 (08:25 -0400)
commit4a0eb75752167bef51993307a10677295cef315b
treee1bb753ed7ebfe79ba34c373a2164e42faaa4cdd
parentfda06812a068f916f64d9d1b3d1730e8213195b3
ARM: OMAP: Cleanup boot parameters usage

The boot parameters are read from individual variables
assigned for each of them. This been corrected and now
they are stored as a part of the global data 'gd'
structure. So read them from 'gd' instead.

Signed-off-by: Sricharan R <r.sricharan@ti.com>
[trini: Add igep0033 hunk]
Signed-off-by: Tom Rini <trini@ti.com>
12 files changed:
arch/arm/cpu/armv7/lowlevel_init.S
arch/arm/cpu/armv7/omap-common/boot-common.c
arch/arm/cpu/armv7/omap-common/lowlevel_init.S
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h
arch/arm/include/asm/omap_common.h
common/spl/spl.c
include/configs/am335x_evm.h
include/configs/igep0033.h
include/configs/pcm051.h
include/configs/ti814x_evm.h
include/spl.h