config.h 207 B

123456789101112
  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. #define CONFIG_LMB
  8. #define CONFIG_SYS_BOOT_RAMDISK_HIGH
  9. #endif