uboot/common
Masahiro Yamada 58dac32764 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Before this commit, CONFIG_MPC8260 and CONFIG_8260
were used mixed-up.

All boards with mpc8260 cpu defined both of them:
  - CONFIG_MPC8260 was defined in board config headers
      and include/common.h
  - CONFIG_8260 was defined arch/powerpc/cpu/mpc8260/config.mk

We do not need to have both of them.
This commit keeps only CONFIG_MPC8260.

This commit does:
 - Delete CONFIG_8260 and CONFIG_MPC8260 definition
   in config headers and include/common.h
 - Rename CONFIG_8260 to CONFIG_MPC8260
    in arch/powerpc/cpu/mpc8260/config.mk.
 - Rename #ifdef CONFIG_8260 to #ifdef CONFIG_MPC8260

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
2014-03-07 10:59:06 -05:00
..
spl common: spl: Add spl sata boot support 2014-02-19 10:47:43 -05:00
Makefile dm: Add a demonstration/example driver 2014-03-04 12:15:29 -05:00
bedbug.c
board_f.c powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 2014-03-07 10:59:06 -05:00
board_r.c dm: Set up driver model after relocation 2014-03-04 12:15:29 -05:00
bootstage.c
bouncebuf.c
cmd_ambapp.c
cmd_bdinfo.c powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 2014-03-07 10:59:06 -05:00
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootldr.c
cmd_bootm.c common: Remove invalid endianess conversion 2014-02-21 11:06:13 -05:00
cmd_bootmenu.c
cmd_bootstage.c
cmd_cache.c
cmd_cbfs.c
cmd_clk.c common: Add new clk command 2014-02-04 16:32:20 +01:00
cmd_console.c
cmd_cplbinfo.c
cmd_cramfs.c
cmd_dataflash_mmc_mux.c
cmd_date.c
cmd_dcr.c
cmd_demo.c dm: Add a demonstration/example driver 2014-03-04 12:15:29 -05:00
cmd_dfu.c
cmd_diag.c
cmd_disk.c
cmd_display.c
cmd_dtt.c
cmd_echo.c
cmd_eeprom.c
cmd_elf.c
cmd_exit.c
cmd_ext2.c
cmd_ext4.c EXT4: Fix number base handling of "ext4write" command 2014-02-19 10:47:36 -05:00
cmd_fat.c
cmd_fdc.c fs/fdos: Remove 2014-02-21 08:42:47 -05:00
cmd_fdos.c
cmd_fdt.c
cmd_fitupd.c
cmd_flash.c
cmd_fpga.c
cmd_fpgad.c
cmd_fs.c
cmd_fuse.c
cmd_gettime.c
cmd_gpio.c dm: Enable gpio command to support driver model 2014-03-04 12:15:30 -05:00
cmd_gpt.c
cmd_hash.c
cmd_help.c
cmd_i2c.c
cmd_ide.c
cmd_immap.c powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 2014-03-07 10:59:06 -05:00
cmd_ini.c
cmd_io.c
cmd_irq.c
cmd_itest.c common, itest: pass u-boot env variables to itest.s 2014-02-21 11:33:19 -05:00
cmd_jffs2.c
cmd_ldrinfo.c
cmd_led.c
cmd_license.c
cmd_load.c
cmd_log.c common: Add get_effective_memsize() to memsize.c 2014-02-21 11:06:13 -05:00
cmd_mac.c
cmd_md5sum.c
cmd_mdio.c
cmd_mem.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mmc.c cmd_mmc.c: Drop open/close mmc sub-commands 2014-02-07 18:17:49 +02:00
cmd_mmc_spi.c
cmd_mp.c
cmd_mtdparts.c
cmd_nand.c
cmd_net.c
cmd_nvedit.c cmd_nvedit: Make 'env import -c' require size parameter 2014-03-07 10:59:06 -05:00
cmd_onenand.c
cmd_otp.c blackfin: Add <asm/clock.h> to numerous drivers 2014-02-20 12:00:27 -05:00
cmd_part.c
cmd_pci.c
cmd_pcmcia.c
cmd_portio.c
cmd_pxe.c Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-02-26 16:49:58 -05:00
cmd_read.c
cmd_reginfo.c
cmd_reiser.c
cmd_sandbox.c
cmd_sata.c
cmd_scsi.c common: spl: Add spl sata boot support 2014-02-19 10:47:43 -05:00
cmd_setexpr.c
cmd_sf.c sandbox: spi: Adjust 'sf test' to work on sandbox 2014-01-11 12:21:30 +05:30
cmd_sha1sum.c
cmd_softswitch.c
cmd_sound.c
cmd_source.c
cmd_spi.c
cmd_spibootldr.c
cmd_spl.c
cmd_strings.c
cmd_terminal.c
cmd_test.c cmd_test: implement -e test for file existence 2014-02-19 09:47:34 -05:00
cmd_thordown.c
cmd_time.c
cmd_tpm.c
cmd_trace.c
cmd_tsi148.c
cmd_ubi.c common, ubi: add ubi check volumename command 2014-02-21 11:33:19 -05:00
cmd_ubifs.c ubifs: fix checkpatch warning 2014-02-21 11:33:19 -05:00
cmd_universe.c
cmd_unzip.c
cmd_usb.c
cmd_usb_mass_storage.c usb: ums: wait for usb cable connection before enter ums mode 2014-01-13 12:29:12 +01:00
cmd_version.c
cmd_ximg.c
cmd_yaffs2.c
cmd_zfs.c
cmd_zip.c
command.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
console.c
ddr_spd.c
dlmalloc.c
dlmalloc.src
edid.c
env_attr.c
env_callback.c common, env: optimize boottime 2014-01-14 09:01:06 -05:00
env_common.c
env_dataflash.c
env_eeprom.c env_eeprom - fix bus recovery for "eeprom_bus_read" 2014-01-13 08:17:27 +01:00
env_embedded.c
env_fat.c
env_flags.c common, env: optimize boottime 2014-01-14 09:01:06 -05:00
env_flash.c
env_mmc.c
env_nand.c
env_nowhere.c
env_nvram.c
env_onenand.c
env_remote.c
env_sf.c SPL: P2020RDB: fix the problem booting from spi flash 2014-02-24 15:23:19 -08:00
env_ubi.c
exports.c
fdt_support.c fdt_support.c: Correct linux,initrd-start/end setting 2014-01-20 17:45:33 -05:00
flash.c
hash.c
hush.c hush: fix some quoted variable expansion issues 2014-03-07 10:59:06 -05:00
hwconfig.c
image-fdt.c fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP 2014-02-19 10:47:30 -05:00
image-fit.c cosmetic: FIT: fix a strange comment 2014-02-19 11:10:05 -05:00
image-sig.c
image.c arc: bdinfo, image and arc-specific init functions declarations support 2014-02-07 08:14:33 -05:00
iomux.c
kallsyms.c
kgdb.c
kgdb_stubs.c
lcd.c common: lcd.c: fix data abort exception when try to access bmp header 2014-02-03 15:36:14 +09:00
lynxkdi.c
main.c
memsize.c common: Add get_effective_memsize() to memsize.c 2014-02-21 11:06:13 -05:00
menu.c
miiphyutil.c
modem.c
s_record.c
splash.c
stdio.c
system_map.c
update.c
usb.c
usb_hub.c
usb_kbd.c
usb_storage.c
xyzModem.c