chromebook_link.h 391 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2011 The Chromium OS Authors.
  4. * (C) Copyright 2008
  5. * Graeme Russ, graeme.russ@gmail.com.
  6. */
  7. /*
  8. * board/config.h - configuration options, board specific
  9. */
  10. #ifndef __CONFIG_H
  11. #define __CONFIG_H
  12. #include <configs/x86-common.h>
  13. #include <configs/x86-chromebook.h>
  14. #define CONFIG_SPL_BOARD_LOAD_IMAGE
  15. #endif /* __CONFIG_H */