woodburn.h 457 B

123456789101112131415161718192021
  1. /*
  2. * (C) Copyright 2011, Stefano Babic <sbabic@denx.de>
  3. *
  4. * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
  5. *
  6. * Configuration for the woodburn board.
  7. *
  8. * SPDX-License-Identifier: GPL-2.0+
  9. */
  10. #ifndef __CONFIG_H
  11. #define __CONFIG_H
  12. #include <asm/arch/imx-regs.h>
  13. #include "woodburn_common.h"
  14. /* Set TEXT at the beginning of the NOR flash */
  15. #define CONFIG_SYS_TEXT_BASE 0xA0000000
  16. #define CONFIG_BOARD_EARLY_INIT_F
  17. #endif /* __CONFIG_H */