espresso7420.c 214 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Espresso7420 board file
  4. * Copyright (C) 2016 Samsung Electronics
  5. * Thomas Abraham <thomas.ab@samsung.com>
  6. */
  7. #include <common.h>
  8. int exynos_init(void)
  9. {
  10. return 0;
  11. }