config.h 249 B

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