board: ti: am654: Use EEPROM-based board detection
[oweals/u-boot.git] / arch / arm / mach-k3 / include / mach / sys_proto.h
index 018725b4d128fbafd46df8317ac52c5be333201c..787a2744925fab7f73a69cf541e81726ea6557e7 100644 (file)
@@ -12,4 +12,6 @@ u32 wait_on_value(u32 read_bit_mask, u32 match_value, void *read_addr,
                  u32 bound);
 struct ti_sci_handle *get_ti_sci_handle(void);
 int fdt_fixup_msmc_ram(void *blob, char *parent_path, char *node_name);
+int do_board_detect(void);
+
 #endif