HomeSort by relevance Sort by last modified time
    Searched refs:boot_ramdisk_high (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/mips/lib/
bootm.c 231 return boot_ramdisk_high(&images->lmb, images->rd_start,
  /external/u-boot/include/
image.h 699 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len,
    [all...]
  /external/u-boot/common/
bootm.c 667 ret = boot_ramdisk_high(&images->lmb, images->rd_start,
image.c 1117 * boot_ramdisk_high - relocate init ramdisk
1126 * boot_ramdisk_high() takes a relocation hint from "initrd_high" environment
1137 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, function
    [all...]

Completed in 60 milliseconds