]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h
authorKumar Gala <galak@kernel.crashing.org>
Wed, 12 Jan 2011 08:48:53 +0000 (02:48 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 20 Jan 2011 04:58:23 +0000 (22:58 -0600)
commit7a577fda2243cc55b7b942310259f7d1341f0011
tree5b1c19cf19b820f4601c68d3293f40337c0df2a8
parentfc0c2b6fc929f1d4038c4f0de1b631170b8f397c
powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h

Rather than defining it config.mk we can set it in config.h and remove
config.mk from several boards that don't need it.

We mimic what 4xx does and introduce CONFIG_RESET_VECTOR_ADDRESS for
config.h to set.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Wolfgang Denk <wd@denx.de>
13 files changed:
arch/powerpc/cpu/mpc85xx/u-boot.lds
board/freescale/corenet_ds/config.mk [deleted file]
board/freescale/mpc8536ds/config.mk
board/freescale/mpc8572ds/config.mk
board/freescale/p1022ds/config.mk [deleted file]
board/freescale/p1_p2_rdb/config.mk
board/freescale/p2020ds/config.mk [deleted file]
include/configs/MPC8536DS.h
include/configs/MPC8572DS.h
include/configs/P1022DS.h
include/configs/P1_P2_RDB.h
include/configs/P2020DS.h
include/configs/corenet_ds.h