1*00f892fcSMacpaul Lin /* 2*00f892fcSMacpaul Lin * Copyright (C) 2011 Andes Technology Corporation 3*00f892fcSMacpaul Lin * Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com) 4*00f892fcSMacpaul Lin * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com) 5*00f892fcSMacpaul Lin * 6*00f892fcSMacpaul Lin * This program is free software; you can redistribute it and/or 7*00f892fcSMacpaul Lin * modify it under the terms of the GNU General Public License as 8*00f892fcSMacpaul Lin * published by the Free Software Foundation; either version 2 of 9*00f892fcSMacpaul Lin * the License, or (at your option) any later version. 10*00f892fcSMacpaul Lin * 11*00f892fcSMacpaul Lin * This program is distributed in the hope that it will be useful, 12*00f892fcSMacpaul Lin * but WITHOUT ANY WARRANTY; without even the implied warranty of 13*00f892fcSMacpaul Lin * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14*00f892fcSMacpaul Lin * GNU General Public License for more details. 15*00f892fcSMacpaul Lin * 16*00f892fcSMacpaul Lin * You should have received a copy of the GNU General Public License 17*00f892fcSMacpaul Lin * along with this program; if not, write to the Free Software 18*00f892fcSMacpaul Lin * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 19*00f892fcSMacpaul Lin * MA 02111-1307 USA 20*00f892fcSMacpaul Lin * 21*00f892fcSMacpaul Lin */ 22*00f892fcSMacpaul Lin 23*00f892fcSMacpaul Lin #ifndef _ASM_CONFIG_H_ 24*00f892fcSMacpaul Lin #define _ASM_CONFIG_H_ 25*00f892fcSMacpaul Lin 26*00f892fcSMacpaul Lin #define CONFIG_NEEDS_MANUAL_RELOC 27*00f892fcSMacpaul Lin 28*00f892fcSMacpaul Lin #endif 29