summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2011-11-16 10:20:47 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:30 +0100
commit29b7042addcad3512c9e597bf4c805df7b9d2757 (patch)
tree6383ef67e75dff64d5f7e4a4cdb201d67b9767d9 /lib
parentea45cb0adcf4baa8f939fea4c848f3e1906f19d9 (diff)
downloadtalos-obmc-uboot-29b7042addcad3512c9e597bf4c805df7b9d2757.tar.gz
talos-obmc-uboot-29b7042addcad3512c9e597bf4c805df7b9d2757.zip
part_efi: Fix compile errors
Fix errors noticed after enabling CONFIG_EFI_PARTITION for the OMAP3 EVM board: part_efi.c: In function 'print_part_efi': part_efi.c:133:5: warning: passing argument 3 of 'is_gpt_valid' from incompatible pointer type part_efi.c:95:12: note: expected 'struct gpt_header *' but arg ument is of type 'struct gpt_header **' part_efi.c: In function 'get_partition_info_efi': part_efi.c:173:4: warning: passing argument 3 of 'is_gpt_valid ' from incompatible pointer type part_efi.c:95:12: note: expected 'struct gpt_header *' but arg ument is of type 'struct gpt_header **' part_efi.c: In function 'alloc_read_gpt_entries': part_efi.c:384:18: error: 'CONFIG_SYS_CACHELINE_SIZE' undeclare d (first use in this function) Signed-off-by: Sanjeev Premi <premi@ti.com> Cc: Tom Rini <tom.rini@gmail.com> Cc: Anton staaf <robotboy@chromium.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud