spl.h 198 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2016 Google, Inc
  4. */
  5. #ifndef __asm_spl_h
  6. #define __asm_spl_h
  7. #define CONFIG_SPL_BOARD_LOAD_IMAGE
  8. enum {
  9. BOOT_DEVICE_BOARD,
  10. };
  11. #endif