spl.h 195 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2016 Google, Inc
  3. * SPDX-License-Identifier: GPL-2.0+
  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