diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-01-13 11:28:04 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-01-21 14:02:41 -0800 |
commit | 690e425844511fe37d3315e86414d0a9e3accd1c (patch) | |
tree | 6fac7a0412bce228cbb9be8ea0929935e62c09e8 /Makefile | |
parent | 3fdc827ca8a770848e8104c42cd6d8321d8c86ff (diff) | |
download | u-boot-imx-690e425844511fe37d3315e86414d0a9e3accd1c.zip u-boot-imx-690e425844511fe37d3315e86414d0a9e3accd1c.tar.gz u-boot-imx-690e425844511fe37d3315e86414d0a9e3accd1c.tar.bz2 |
powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBI
Rename CONFIG_PBLRCW_CONFIG and CONFIG_PBLRCW_CONFIG.
Also add their details in README.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -419,8 +419,8 @@ $(obj)u-boot.kwb: $(obj)u-boot.bin -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) -d $< $@ $(obj)u-boot.pbl: $(obj)u-boot.bin - $(obj)tools/mkimage -n $(CONFIG_PBLRCW_CONFIG) \ - -R $(CONFIG_PBLPBI_CONFIG) -T pblimage \ + $(obj)tools/mkimage -n $(CONFIG_SYS_FSL_PBL_RCW) \ + -R $(CONFIG_SYS_FSL_PBL_PBI) -T pblimage \ -d $< $@ $(obj)u-boot.sha1: $(obj)u-boot.bin |