config.h 224 B

12345678910111213
  1. /*
  2. * Copyright 2009 Freescale Semiconductor, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _ASM_CONFIG_H_
  7. #define _ASM_CONFIG_H_
  8. #define CONFIG_NEEDS_MANUAL_RELOC
  9. #define CONFIG_SYS_GENERIC_GLOBAL_DATA
  10. #endif