spl.h 533 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2013 Marek Vasut <marex@denx.de>
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. */
  12. #ifndef __ASM_ARCH_SPL_H__
  13. #define __ASM_ARCH_SPL_H__
  14. #define BOOT_DEVICE_NONE 0
  15. #define BOOT_DEVICE_NAND 1
  16. #endif /* __ASM_ARCH_SPL_H__ */