rv1126-uboot/common
Masahiro Yamada c970dffedb generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y
gd->fdt_blob is used for FDT control of U-Boot.
If CONFIG_OF_CONTROL is not defined, it is useless.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
2014-09-16 12:23:59 -04:00
..
spl Fix a few printf argument verification warnings 2014-09-15 13:32:55 -04:00
Makefile common/Makefile: Consolidate SPL ENV options, correct inclusion 2014-08-25 08:52:34 -04:00
aboot.c implement the Android sparse image format 2014-09-16 12:23:57 -04:00
autoboot.c
bedbug.c
board_f.c generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y 2014-09-16 12:23:59 -04:00
board_r.c Merge branch 'master' of git://git.denx.de/u-boot-dm 2014-09-13 16:32:52 -04:00
bootm.c bootm: make sure pass NULL when argc < 1 2014-08-21 12:01:30 -04:00
bootm_os.c
bootretry.c
bootstage.c
bouncebuf.c Fix a few printf argument verification warnings 2014-09-15 13:32:55 -04:00
cli.c
cli_hush.c
cli_readline.c
cli_simple.c cli: Export cli_simple_process_macros for use outside of cli_simple 2014-08-21 12:01:13 -04:00
cmd_aes.c
cmd_ambapp.c
cmd_bdinfo.c
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootldr.c
cmd_bootm.c cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images 2014-08-30 07:46:41 -04:00
cmd_bootmenu.c
cmd_bootstage.c
cmd_cache.c
cmd_cbfs.c
cmd_clk.c
cmd_console.c
cmd_cplbinfo.c
cmd_cramfs.c
cmd_dataflash_mmc_mux.c
cmd_date.c
cmd_dcr.c
cmd_demo.c
cmd_dfu.c dfu: Provide means to find difference between dfu-util -e and -R 2014-09-02 14:29:28 +02:00
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 ext4load: fix help text 2014-08-09 11:17:03 -04:00
cmd_fastboot.c
cmd_fat.c fs: implement size/fatsize/ext4size 2014-08-09 11:16:57 -04:00
cmd_fdc.c
cmd_fdt.c fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 2014-08-09 11:17:03 -04:00
cmd_fitupd.c
cmd_flash.c
cmd_fpga.c
cmd_fpgad.c
cmd_fs.c fs: implement size/fatsize/ext4size 2014-08-09 11:16:57 -04:00
cmd_fuse.c
cmd_gettime.c
cmd_gpio.c dm: gpio: Allow gpio command to adjust GPIOs that are busy 2014-08-31 23:21:19 -06:00
cmd_gpt.c
cmd_hash.c
cmd_help.c
cmd_i2c.c
cmd_ide.c
cmd_immap.c
cmd_ini.c
cmd_io.c
cmd_iotrace.c
cmd_irq.c
cmd_itest.c
cmd_jffs2.c
cmd_ldrinfo.c
cmd_led.c
cmd_license.c
cmd_load.c
cmd_log.c stdio: Pass device pointer to stdio methods 2014-07-23 14:07:23 +01:00
cmd_lzmadec.c
cmd_mac.c
cmd_md5sum.c
cmd_mdio.c
cmd_mem.c cmd_mem: add static to internally used functions 2014-09-16 12:23:57 -04:00
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mmc.c
cmd_mmc_spi.c
cmd_mp.c
cmd_mtdparts.c Fix a few printf argument verification warnings 2014-09-15 13:32:55 -04:00
cmd_nand.c
cmd_net.c
cmd_nvedit.c
cmd_onenand.c
cmd_otp.c
cmd_part.c
cmd_pci.c
cmd_pcmcia.c
cmd_portio.c
cmd_pxe.c pxe: Allow use of environment variables in append string 2014-08-21 12:01:13 -04:00
cmd_read.c
cmd_reginfo.c
cmd_reiser.c
cmd_sandbox.c
cmd_sata.c
cmd_scsi.c
cmd_setexpr.c
cmd_sf.c
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_thordown.c thor: defer parsing of device string to IO backend 2014-08-09 11:17:00 -04:00
cmd_time.c
cmd_tpm.c
cmd_trace.c
cmd_tsi148.c
cmd_ubi.c mtd, ubi, ubifs: resync with Linux-3.14 2014-08-25 19:25:55 -04:00
cmd_ubifs.c mtd, ubi, ubifs: resync with Linux-3.14 2014-08-25 19:25:55 -04:00
cmd_universe.c
cmd_unzip.c
cmd_usb.c
cmd_usb_mass_storage.c
cmd_version.c
cmd_ximg.c
cmd_yaffs2.c
cmd_zfs.c
cmd_zip.c
command.c
console.c Add a flag indicating when the serial console is ready 2014-07-23 14:07:25 +01:00
cros_ec.c
ddr_spd.c
dlmalloc.c
dlmalloc.src
edid.c
env_attr.c
env_callback.c
env_common.c
env_dataflash.c
env_eeprom.c
env_embedded.c
env_fat.c env_fat.c: Make sure our buffer is cache aligned 2014-08-09 11:26:34 -04:00
env_flags.c
env_flash.c
env_mmc.c env_mmc: support env partition setup in runtime 2014-08-01 20:12:15 +03:00
env_nand.c
env_nowhere.c
env_nvram.c
env_onenand.c
env_remote.c
env_sf.c
env_ubi.c
exports.c
fdt_support.c fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 2014-08-09 11:17:03 -04:00
flash.c
hash.c
hwconfig.c
image-android.c
image-fdt.c fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 2014-08-09 11:17:03 -04:00
image-fit.c Fix test failure caused by bad handling of ramdisk 2014-08-28 17:18:48 -04:00
image-sig.c
image.c Fix test failure caused by bad handling of ramdisk 2014-08-28 17:18:48 -04:00
iomux.c
iotrace.c
kallsyms.c
kgdb.c kgdb: Remove first_entry for kgdb 2014-09-16 12:23:56 -04:00
kgdb_stubs.c
lcd.c lcd: support displaying 24bpp BMPs on >= 24bpp LCDs 2014-08-11 18:07:09 +02:00
lynxkdi.c
main.c
memsize.c
menu.c
miiphyutil.c
modem.c
s_record.c
splash.c
stdio.c dm: Make driver model available before board_init() 2014-09-10 12:59:58 -06:00
system_map.c
update.c
usb.c usb: Handle -ENODEV from usb_lowlevel_init() 2014-08-29 11:27:42 +02:00
usb_hub.c usb: hub: don't check CONNECTION in hub_port_reset() 2014-08-29 11:27:43 +02:00
usb_kbd.c stdio: Pass device pointer to stdio methods 2014-07-23 14:07:23 +01:00
usb_storage.c
xyzModem.c